Skip to content

Commit

Permalink
only run cargo test with default features
Browse files Browse the repository at this point in the history
  • Loading branch information
kent-3 committed Aug 3, 2024
1 parent c4cfc38 commit 8fcb122
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/Secret_gateway_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,7 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.rust }}
- run: cargo test --release --no-default-features
- run: cargo test --release
- run: cargo test --release --all-features

# secret_gateway_tests:
# runs-on: ubuntu-latest
Expand Down

0 comments on commit 8fcb122

Please sign in to comment.