Skip to content

Try to load API keys first from secrets.yaml and then from env variables #3

Try to load API keys first from secrets.yaml and then from env variables

Try to load API keys first from secrets.yaml and then from env variables #3

Workflow file for this run

name: Run Tests
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Rust Cache
uses: Swatinem/rust-cache@v2
- name: Run tests
run: cargo test --verbose