Skip to content

Commit

Permalink
ci: disable miri check
Browse files Browse the repository at this point in the history
  • Loading branch information
LingyuCoder committed Dec 20, 2024
1 parent f31e5cf commit d7b5881
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ jobs:
with:
save-cache: ${{ github.ref_name == 'main' }}
shared-key: check
# TODO: enable it after self host runners are ready
miri: false

# Compile test without debug info for reducing the CI cache size
Expand Down

0 comments on commit d7b5881

Please sign in to comment.