Skip to content

Commit

Permalink
Install precompiled xargo to speed up miri job
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jun 29, 2022
1 parent 7cccb4c commit 4297980
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -54,6 +54,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@miri
- uses: dtolnay/install@xargo
with:
bin: xargo-check
- run: cargo miri test
- name: Run cargo miri test (32-bit little endian)
run: cargo miri test --target i686-unknown-linux-gnu
Expand Down

0 comments on commit 4297980

Please sign in to comment.