mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Update CI scripts for unit testing post
This commit is contained in:
@@ -74,3 +74,5 @@ before_test:
|
|||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- bootimage build
|
- bootimage build
|
||||||
|
- if %target%==x86_64-pc-windows-gnu cargo test
|
||||||
|
- if %target%==x86_64-pc-windows-msvc cargo test
|
||||||
|
|||||||
@@ -35,4 +35,5 @@ before_script:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
- bootimage build
|
- bootimage build
|
||||||
|
- cargo test
|
||||||
- cargo cache --autoclean
|
- cargo cache --autoclean
|
||||||
|
|||||||
Reference in New Issue
Block a user