testing of the lib should work now

This commit is contained in:
Lokathor 2018-11-14 19:54:48 -07:00
parent 5b0e2e30a4
commit c6b30a2fc6

View file

@ -14,7 +14,8 @@ before_script:
script:
- 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
deploy: