1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-03 18:24:05 +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 - ls ~/.cargo/bin/rustig || cargo install --git https://github.com/Technolution/rustig rustig
script: script:
- cargo build - cargo build
- cargo test - cargo test
- RUSTFLAGS=-g cargo build --release && ~/.cargo/bin/rustig -b target/release/parse_demo