1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-03 18:24:05 +02:00

check for panicing code in ci

This commit is contained in:
Robin Appelman 2019-08-11 13:57:20 +02:00
commit 15a17c1b60
4 changed files with 87 additions and 244 deletions

View file

@ -7,6 +7,9 @@ matrix:
allow_failures:
- rust: nightly
fast_finish: true
install:
- cargo install --git https://github.com/Technolution/rustig rustig
script:
- cargo build --verbose --all
- cargo test --verbose --all
- cargo build
- cargo test
- cargo build --release && ~/.cargo/bin/rustig -b target/release/parse_demo