Skip to content

Commit

Permalink
Temporarily disable CI runs against nightly Rust
Browse files Browse the repository at this point in the history
Nightly Rust builds are currently broken by
<zowens/crc32c#51>, which is taking too long to get a
fix released.
  • Loading branch information
jwodder committed Feb 8, 2024
1 parent 29e905a commit 7dc66e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
- minimal
- stable
- beta
- nightly
# TODO: Re-enable nightly tests once fix for
# <https://github.com/zowens/crc32c/issues/51> is released
#- nightly
include:
- os: macos-latest
toolchain: stable
Expand Down

0 comments on commit 7dc66e2

Please sign in to comment.