Update rust.yml
This commit is contained in:
parent
3ad230c5c6
commit
bfa6a2a025
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
@ -89,6 +89,10 @@ jobs:
|
||||||
run: cargo xbuild
|
run: cargo xbuild
|
||||||
working-directory: 'testing'
|
working-directory: 'testing'
|
||||||
|
|
||||||
|
- name: "Test Kernel"
|
||||||
|
run: cargo xtest
|
||||||
|
working-directory: 'testing
|
||||||
|
|
||||||
check_formatting:
|
check_formatting:
|
||||||
name: "Check Formatting"
|
name: "Check Formatting"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue