mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Update test command on CI for build-std
This commit is contained in:
7
.github/workflows/build-code.yml
vendored
7
.github/workflows/build-code.yml
vendored
@@ -63,6 +63,7 @@ jobs:
|
|||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: bootimage
|
command: bootimage
|
||||||
|
|
||||||
# install QEMU
|
# install QEMU
|
||||||
- name: Install QEMU (Linux)
|
- name: Install QEMU (Linux)
|
||||||
run: sudo apt update && sudo apt install qemu-system-x86
|
run: sudo apt update && sudo apt install qemu-system-x86
|
||||||
@@ -87,8 +88,10 @@ jobs:
|
|||||||
- name: "Print QEMU Version"
|
- name: "Print QEMU Version"
|
||||||
run: qemu-system-x86_64 --version
|
run: qemu-system-x86_64 --version
|
||||||
|
|
||||||
- name: "Run cargo xtest"
|
- name: Run `cargo test`
|
||||||
run: cargo xtest
|
uses: actions-rs/cargo@v1
|
||||||
|
with:
|
||||||
|
command: test
|
||||||
|
|
||||||
check_formatting:
|
check_formatting:
|
||||||
name: Check Formatting
|
name: Check Formatting
|
||||||
|
|||||||
Reference in New Issue
Block a user