Skip to content

Commit

Permalink
ci: run clippy pass on igvm_defs with no features (#65)
Browse files Browse the repository at this point in the history
This will fail until the open-enum fix is applied, but will help catch
any similar issues with the unstable feature in the future.

#63
  • Loading branch information
chris-oo authored Jun 18, 2024
1 parent 02299f4 commit fb9eb98
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
run: cargo check --all-features --all-targets
- name: Clippy
run: cargo clippy --all-features --all-targets -- -D warnings
- name: Clippy igvm_defs no features
run: cargo clippy -p igvm_defs -- -D warnings
- name: Build
run: cargo build --verbose ${{ matrix.features }}
- name: Run unit tests
Expand All @@ -44,7 +46,7 @@ jobs:
run: sudo apt-get install -y libcunit1-dev
- name: Build and test
run: make -f igvm_c/Makefile

miri:
name: "Miri"
strategy:
Expand Down

0 comments on commit fb9eb98

Please sign in to comment.