We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ff3d2d commit 86a141dCopy full SHA for 86a141d
1 file changed
.github/workflows/ci.yml
@@ -82,7 +82,7 @@ jobs:
82
target/
83
key: ${{ runner.os }}-${{ matrix.target.triple }}-cargo-${{ hashFiles('**/Cargo.lock') }}
84
85
- - run: cargo test --all-features --target ${{ matrix.target.triple }}
+ - run: cargo test --all-features
86
87
release:
88
name: Release
0 commit comments