Skip to content

Commit

Permalink
chore(ci): Don't block on miri
Browse files Browse the repository at this point in the history
Miri is now taking a long time due to the switch to snapshotting while
its relatively low risk, so I figure we could handle it async.
  • Loading branch information
epage committed Jan 24, 2025
1 parent e417101 commit 9c82a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
permissions:
contents: none
name: CI
needs: [test, miri, msrv, lockfile, docs, rustfmt, clippy, minimal-versions]
needs: [test, msrv, lockfile, docs, rustfmt, clippy, minimal-versions]
runs-on: ubuntu-latest
if: "always()"
steps:
Expand Down

0 comments on commit 9c82a02

Please sign in to comment.