Skip to content

Commit 9a86fb5

Browse files
committed
not running any OS code on github, they dont have qemu
1 parent 24d9df3 commit 9a86fb5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
with:
2020
components: rust-src
2121

22-
- name: Get just
23-
uses: taiki-e/install-action@just
22+
# - name: Get just
23+
# uses: taiki-e/install-action@just
2424

2525
- name: Cache cargo
2626
uses: actions/cache@v4
@@ -35,8 +35,8 @@ jobs:
3535
- name: Build
3636
run: cargo build --verbose
3737

38-
- name: Test
39-
run: cargo test --verbose
38+
# - name: Test
39+
# run: cargo test --verbose
4040

4141
- name: Clippy
4242
run: cargo clippy --all-features -- -D warnings

0 commit comments

Comments
 (0)