Skip to content

Commit

Permalink
Fix testing feature in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
spacejam committed Dec 27, 2024
1 parent c5e0f55 commit cf9f21c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: cargo test
run: |
rustup update --no-self-update
cargo test --release --no-default-features --features=testing -- --nocapture
cargo test --release --no-default-features --features=for-internal-testing-only -- --nocapture
- uses: actions/upload-artifact@v4
if: ${{ failure() && runner.os == 'linux' }}
with:
Expand Down

0 comments on commit cf9f21c

Please sign in to comment.