diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-12-19 23:21:41 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2024-12-19 23:22:05 +0100 |
| commit | ef8c89a71899249c8146da76692494e95e6cbd88 (patch) | |
| tree | 255c0e73ba829abbb82ab5385ad488c1025d9df6 /scripts | |
| parent | 8b5feeed96b3110967f88420d058c6e916a67f60 (diff) | |
| download | tools.nes-ef8c89a71899249c8146da76692494e95e6cbd88.tar.gz tools.nes-ef8c89a71899249c8146da76692494e95e6cbd88.zip | |
scripts: Error out on warnings
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/full-test.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/full-test.sh b/scripts/full-test.sh index f7cd45e..003f217 100755 --- a/scripts/full-test.sh +++ b/scripts/full-test.sh @@ -2,6 +2,8 @@ set -ex +export RUSTFLAGS="-Dwarnings" + cargo build --all --all-targets --all-features cargo clippy --all-targets --all-features cargo test --all-targets --all-features -- --nocapture |
