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 15435f1
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/miri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ 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
run: MIRIFLAGS="-Zmiri-disable-isolation" cargo miri test
run: MIRIFLAGS="-Zmiri-disable-isolation" cargo miri test -p oxc_parser -p oxc_ast -p oxc_allocator -p oxc_semantic
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 15435f1

Please sign in to comment.