for now we have to justrelease, waiting on compiler-builtins

This commit is contained in:
Lokathor 2018-12-20 18:13:46 -07:00
parent 4586d2d95f
commit 5bb6a927fd

View file

@ -36,7 +36,7 @@ script:
- cargo test --no-fail-fast --tests
- cargo test --no-fail-fast --tests --release
# Let cargo make take over the rest
- cargo make build-all
- cargo make justrelease
# Test build the book so that a failed book build kills this run
- cd book && mdbook build