Skip to content

Commit

Permalink
run
Browse files Browse the repository at this point in the history
  • Loading branch information
tesuji committed May 13, 2024
1 parent b1e4850 commit f0b1e51
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,14 +152,15 @@ jobs:
rustup toolchain install ${{ env.MSRV }} -c rustc-dev
rustup default ${{ env.MSRV }}
- name: setup
working-directory: mirai
shell: bash
run: |
cargo fetch
cargo install --locked --path ./checker
working-directory: mirai
- run: |
cargo mirai --all-targets # for crate compilation
- name: mirai check
working-directory: junction
run: |
cargo mirai --all-targets # for crate compilation
# Use static analyzer Rudra <https://github.com/sslab-gatech/Rudra>.
# FIXME: Disable for now since it's very costly to run.
Expand Down

0 comments on commit f0b1e51

Please sign in to comment.