Skip to content

Commit 0c9a8ce

Browse files
committed
ci(GH-160): fix Test Suite
1 parent 3a03ca5 commit 0c9a8ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
uses: actions-rust-lang/[email protected]
1111
with:
1212
toolchain: stable
13-
- run: cargo test --all-features
13+
- run: cargo test --all
1414

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

0 commit comments

Comments
 (0)