Update test command on CI for build-std

This commit is contained in:
Philipp Oppermann
2020-07-17 11:21:18 +02:00
parent 6292789393
commit e78d33a5bf

View File

@@ -63,6 +63,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: bootimage
# install QEMU
- name: Install QEMU (Linux)
run: sudo apt update && sudo apt install qemu-system-x86
@@ -87,8 +88,10 @@ jobs:
- name: "Print QEMU Version"
run: qemu-system-x86_64 --version
- name: "Run cargo xtest"
run: cargo xtest
- name: Run `cargo test`
uses: actions-rs/cargo@v1
with:
command: test
check_formatting:
name: Check Formatting