Skip to content

Commit 3015b43

Browse files
author
Eric Swanson
committed
do not need package
1 parent bd0cbe7 commit 3015b43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
key: ${{ matrix.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}-test-1
3434

3535
- name: Run ${{ matrix.test }}
36-
run: cargo test --package icp-cli --test ${{ matrix.test.name }}
36+
run: cargo test --test ${{ matrix.test.name }}
3737

3838

3939
aggregate:

0 commit comments

Comments
 (0)