Skip to content

Commit

Permalink
ci(GH-160): fix Test Suite
Browse files Browse the repository at this point in the history
  • Loading branch information
JarvisCraft committed May 10, 2024
1 parent 3a03ca5 commit 0c9a8ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: actions-rust-lang/[email protected]
with:
toolchain: stable
- run: cargo test --all-features
- run: cargo test --all

cargo-release:
if: startsWith(github.ref, 'refs/tags/') && !endsWith(github.ref, '-test')
Expand Down

0 comments on commit 0c9a8ce

Please sign in to comment.