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 715bccc commit f31e5cf
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 @@ -337,7 +337,7 @@ jobs:
with:
save-cache: ${{ github.ref_name == 'main' }}
shared-key: check
miri: true
miri: false

# Compile test without debug info for reducing the CI cache size
- name: Change profile.test
Expand Down

0 comments on commit f31e5cf

Please sign in to comment.