Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -368,11 +368,8 @@ jobs:
sudo apt-get update
sudo apt-get install --yes --no-install-recommends libelf-dev zlib1g-dev
- uses: actions/checkout@v6
- uses: dtolnay/rust-toolchain@master
- uses: dtolnay/rust-toolchain@nightly
with:
# TODO: Remove specification and switch back to @nightly once
# `function_casts_as_integer` lint is stable.
toolchain: 'nightly-2025-11-05'
components: miri
# Miri would honor our custom test runner, but doesn't work with it. We
# could conceivably override that by specifying
Expand Down
Loading