Skip to content

Commit

Permalink
ci: Unpin nightly version
Browse files Browse the repository at this point in the history
The issue was resolved by `nightly-2024-02-13`.
  • Loading branch information
nvzqz committed Feb 13, 2024
1 parent f268466 commit 5ece287
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# TODO: Switch back to `nightly` https://github.com/rust-lang/rust/issues/120949

on: [push, pull_request]

name: CI
Expand Down Expand Up @@ -76,7 +74,7 @@ jobs:
- windows-latest
rust:
- stable
- nightly-2024-02-10
- nightly
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected]
Expand All @@ -103,8 +101,8 @@ jobs:
${{ env.CARGO_HOME }}
target
key: miri-${{ runner.os }}
- run: rustup default nightly-2024-02-10
- run: rustup update nightly-2024-02-10 --no-self-update
- run: rustup default nightly
- run: rustup update nightly --no-self-update
- run: rustup component add miri
- run: rustc -Vv
- run: cargo miri test -p divan -p divan-macros
Expand All @@ -122,7 +120,7 @@ jobs:
- windows-latest
rust:
- stable
- nightly-2024-02-10
- nightly
env:
DIVAN_ITEMS_COUNT: 0
DIVAN_BYTES_COUNT: 1
Expand Down

0 comments on commit 5ece287

Please sign in to comment.