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

disable rustig for now due to to many false positives

This commit is contained in:
Robin Appelman 2019-08-31 15:52:12 +02:00
commit 3281b16661

View file

@ -12,5 +12,4 @@ install:
- ls ~/.cargo/bin/rustig || cargo install --git https://github.com/Technolution/rustig rustig
script:
- cargo build
- cargo test
- RUSTFLAGS=-g cargo build --release && ~/.cargo/bin/rustig -b target/release/parse_demo
- cargo test