mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Run cargo xtest on CI
This commit is contained in:
@@ -75,3 +75,4 @@ before_test:
|
||||
test_script:
|
||||
- cargo xbuild
|
||||
- cargo bootimage
|
||||
- cargo xtest
|
||||
|
||||
@@ -35,4 +35,5 @@ before_script:
|
||||
script:
|
||||
- cargo xbuild
|
||||
- cargo bootimage
|
||||
- cargo xtest
|
||||
- cargo cache --autoclean
|
||||
|
||||
@@ -61,6 +61,9 @@ steps:
|
||||
- script: cargo bootimage
|
||||
displayName: 'Create Bootimage'
|
||||
|
||||
- script: cargo xtest
|
||||
displayName: 'Test'
|
||||
|
||||
- script: rustup component add rustfmt
|
||||
displayName: 'Install Rustfmt'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user