Skip to content

Commit

Permalink
Update nightly in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-zero committed May 26, 2020
1 parent 7a40ca5 commit 6b5571c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rav1e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- conf: dav1d-tests
toolchain: stable
- conf: grcov-coveralls
toolchain: nightly-2019-12-02
toolchain: nightly-2020-05-14
- conf: bench
toolchain: stable
- conf: doc
Expand All @@ -81,7 +81,7 @@ jobs:
- conf: check-extra-feats
toolchain: stable
- conf: fuzz
toolchain: nightly-2019-12-02
toolchain: nightly-2020-05-14

env:
RUST_BACKTRACE: 1
Expand Down Expand Up @@ -268,7 +268,7 @@ jobs:
CARGO_INCREMENTAL: 0
RUSTFLAGS: >
-Zprofile -Ccodegen-units=1 -Clink-dead-code -Coverflow-checks=off
-Zno-landing-pads
-Cpanic=abort -Zpanic_abort_tests
run: |
cargo test --features=decode_test,decode_test_dav1d,quick_test --verbose
- name: Run grcov
Expand Down

0 comments on commit 6b5571c

Please sign in to comment.