We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a40ca5 commit 6b5571cCopy full SHA for 6b5571c
.github/workflows/rav1e.yml
@@ -69,7 +69,7 @@ jobs:
69
- conf: dav1d-tests
70
toolchain: stable
71
- conf: grcov-coveralls
72
- toolchain: nightly-2019-12-02
+ toolchain: nightly-2020-05-14
73
- conf: bench
74
75
- conf: doc
@@ -81,7 +81,7 @@ jobs:
81
- conf: check-extra-feats
82
83
- conf: fuzz
84
85
86
env:
87
RUST_BACKTRACE: 1
@@ -268,7 +268,7 @@ jobs:
268
CARGO_INCREMENTAL: 0
269
RUSTFLAGS: >
270
-Zprofile -Ccodegen-units=1 -Clink-dead-code -Coverflow-checks=off
271
- -Zno-landing-pads
+ -Cpanic=abort -Zpanic_abort_tests
272
run: |
273
cargo test --features=decode_test,decode_test_dav1d,quick_test --verbose
274
- name: Run grcov
0 commit comments