Skip to content

Commit

Permalink
allow miri failures
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed Jul 19, 2024
1 parent e8b4677 commit b59427c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:

miri:
name: Miri
continue-on-error: true # FIXME: https://github.com/salsa-rs/salsa/issues/520
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit b59427c

Please sign in to comment.