Skip to content

Commit 54fa3d9

Browse files
committed
Update CI config
1 parent bce4b97 commit 54fa3d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Run clippy
3333
run: |
3434
rm -rf .cargo
35-
cargo clippy -p minion -p minion-ffi -- -Dclippy::all
35+
cargo clippy -p minion -p minion-ffi -p minion-cli -- -Dclippy::all
3636
check-platform-support:
3737
runs-on: ubuntu-latest
3838
steps:
@@ -45,7 +45,7 @@ jobs:
4545
- name: Check musl
4646
run: |
4747
rustup target add x86_64-unknown-linux-musl
48-
cargo check -p minion -p minion-ffi --target x86_64-unknown-linux-musl
48+
cargo check -p minion -p minion-ffi -p minion-cli --target x86_64-unknown-linux-musl
4949
tests:
5050
runs-on: ubuntu-latest
5151
steps:

0 commit comments

Comments
 (0)