Skip to content

Commit 5e6a479

Browse files
committed
Drop dead test entries from manifest; scope CI to the x86 binary
1 parent f636f91 commit 5e6a479

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/code.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
components: rust-src
5050

5151
- name: Run cargo check
52-
run: cargo check
52+
run: cargo check --bin axiom_os
5353

5454
test:
5555
name: Test
@@ -115,7 +115,7 @@ jobs:
115115
run: cargo bootimage --bin axiom_os
116116

117117
- name: Run cargo test
118-
run: cargo test
118+
run: cargo test --bin axiom_os --lib
119119

120120
check_formatting:
121121
name: Check Formatting
@@ -148,4 +148,4 @@ jobs:
148148
components: clippy, rust-src
149149

150150
- name: Run cargo clippy
151-
run: cargo clippy
151+
run: cargo clippy --bin axiom_os

0 commit comments

Comments
 (0)