Skip to content

Commit

Permalink
fix(ci): run cargo test with -p for test allwinner-hal case
Browse files Browse the repository at this point in the history
Signed-off-by: Zhouqi Jiang <[email protected]>
  • Loading branch information
luojia65 committed Oct 31, 2024
1 parent 5b983d4 commit 1421703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:
with:
toolchain: stable
- name: Run tests
run: cargo test
run: cargo test -p allwinner-hal

0 comments on commit 1421703

Please sign in to comment.