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:
parent
94e83c187e
commit
15a17c1b60
4 changed files with 87 additions and 244 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue