Skip to content

Commit

Permalink
ci: pin nightly rust as temporary fix
Browse files Browse the repository at this point in the history
pins a nightly which isn't ultra-slow (>100mins) to obtain coverage
report
also runs nightly, but that should hit the timeout until it's fixed
  • Loading branch information
YeungOnion committed Sep 10, 2024
1 parent e16a3e0 commit 8784e65
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,21 @@ on:
branches: [ master ]
jobs:
coverage:
timeout-minutes: 20
strategy:
matrix:
toolchain: [nightly, nightly-2024-08-29]

name: Coverage
runs-on: ubuntu-latest
env:
RUSTFLAGS: -D warnings
CARGO_TERM_COLOR: always
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.toolchain }}
components: llvm-tools-preview

- uses: taiki-e/install-action@v2
Expand Down

0 comments on commit 8784e65

Please sign in to comment.