Skip to content

Commit

Permalink
ci: use miri to test the parser
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Jan 15, 2024
1 parent 21909fa commit 82e666b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/miri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:

- name: Install Miri
run: |
rustup component add miri
rustup toolchain install nightly --component miri
rustup override set nightly
cargo miri setup
- name: Test with Miri
Expand Down
2 changes: 1 addition & 1 deletion tasks/coverage/babel
Submodule babel updated 810 files
2 changes: 1 addition & 1 deletion tasks/coverage/test262
Submodule test262 updated 257 files
2 changes: 1 addition & 1 deletion tasks/coverage/typescript
Submodule typescript updated 751 files
2 changes: 1 addition & 1 deletion tasks/prettier_conformance/prettier
Submodule prettier updated 528 files

0 comments on commit 82e666b

Please sign in to comment.