We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd0cbe7 commit 3015b43Copy full SHA for 3015b43
.github/workflows/test.yml
@@ -33,7 +33,7 @@ jobs:
33
key: ${{ matrix.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}-test-1
34
35
- name: Run ${{ matrix.test }}
36
- run: cargo test --package icp-cli --test ${{ matrix.test.name }}
+ run: cargo test --test ${{ matrix.test.name }}
37
38
39
aggregate:
0 commit comments