mirror of
https://github.com/italicsjenga/gba.git
synced 2025-01-23 07:56:33 +11:00
testing of the lib should work now
This commit is contained in:
parent
5b0e2e30a4
commit
c6b30a2fc6
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ before_script:
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cargo check && cargo check --release
|
- cargo check && cargo check --release
|
||||||
# at the moment we DO NOT run "cargo test" because of lang-item issues
|
# exclude the examples from the test build, just the lib
|
||||||
|
- cargo test --lib && cargo test --lib --release
|
||||||
- cd book && mdbook build
|
- cd book && mdbook build
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
|
|
Loading…
Add table
Reference in a new issue