We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0417bbd commit 1a42f8eCopy full SHA for 1a42f8e
.github/workflows/ci.yml
@@ -62,6 +62,14 @@ jobs:
62
- name: Run integration tests
63
run: cargo test
64
65
+ # test feature gates (only on one OS is enough)
66
+ - name: Test with only UEFI feature
67
+ if: runner.os == 'Linux'
68
+ run: cargo test --no-default-features --features uefi
69
+ - name: Test with only BIOS feature
70
71
+ run: cargo test --no-default-features --features bios
72
+
73
fmt:
74
name: Check Formatting
75
runs-on: ubuntu-latest
0 commit comments