Skip to content

Commit

Permalink
actually fix dotenv macro error
Browse files Browse the repository at this point in the history
  • Loading branch information
wyatt-avilla committed Jun 22, 2024
1 parent b7e52df commit c201307
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build
run: touch .env && cargo build --verbose
- name: Run tests
env:
LASTFM_USERNAME: ${{secrets.LASTFM_USERNAME}}
LASTFM_KEY: ${{secrets.LASTFM_KEY}}
GH_USERNAME: ${{secrets.GH_USERNAME}}
GOODREADS_SHELF: ${{secrets.GOODREADS_SHELF}}
LETTERBOXD_USERNAME: ${{secrets.LETTERBOXD_USERNAME}}
run: touch .env && cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Run Clippy
run: cargo clippy --all-targets --all-features -- -D warnings -W clippy::pedantic
Expand Down

0 comments on commit c201307

Please sign in to comment.