Skip to content

Commit

Permalink
CI: Test in debug for API-key
Browse files Browse the repository at this point in the history
  • Loading branch information
brycx committed Dec 8, 2020
1 parent 168b59d commit 731956a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,9 @@ jobs:
profile: minimal
toolchain: ${{ matrix.rust }}
override: true
- name: Run cargo test - release
- name: Run cargo test
env:
API_KEY: ${{secrets.HIBP_TEST_KEY}}
uses: actions-rs/cargo@v1
with:
command: test
args: --release
command: test

0 comments on commit 731956a

Please sign in to comment.