Skip to content

Commit

Permalink
Fix AArch64 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
starkat99 committed Jan 7, 2023
1 parent 3503961 commit b68c11d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,13 @@ jobs:
apt-get update -y
apt-get install -y curl build-essential
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -v -y --profile minimal --default-toolchain ${{ matrix.rust }}
source $HOME/.cargo/env
dockerRunArgs: |
--volume "${PWD}:/work" --workdir "/work"
run: |
cargo -v test ${{ matrix.rust == 'nightly' && '-all-features' || '--features=std,serde,num-traits,bytemuck,zerocopy'}} --locked -- --nocapture
source "$HOME/.cargo/env"
cargo -v test ${{ matrix.rust == 'nightly' && '--all-features' || '--features=std,serde,num-traits,bytemuck,zerocopy'}} --locked -- --nocapture
cargo -v test --no-default-features --locked -- --nocapture
miri:
Expand Down

0 comments on commit b68c11d

Please sign in to comment.