Skip to content

Commit

Permalink
Enviroment variables for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tascord committed Apr 8, 2024
1 parent 99c206a commit 7c21560
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@ jobs:
- name: Build
run: cargo build --verbose
- name: Run tests
env:
DEVID: ${{ secrets.DEVID }}
KEY: ${{ secrets.KEY }}
run: cargo test --verbose

0 comments on commit 7c21560

Please sign in to comment.