Skip to content

Commit

Permalink
fixup! .github/workflows/ci.yml: exercise --target=i686-pc-windows-msvc.
Browse files Browse the repository at this point in the history
  • Loading branch information
dot-asm committed Dec 14, 2023
1 parent ef0fff7 commit f239a4d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,11 @@ jobs:
cargo test --release --target=i686-pc-windows-msvc
cargo clean -p blst --release --target=i686-pc-windows-msvc
fi
echo '-- test i686-pc-windows-gnu'
echo
rustup target add i686-pc-windows-gnu
cargo test --release --target=i686-pc-windows-gnu
cargo clean -p blst --release --target=i686-pc-windows-gnu
echo '-- test x86_64-pc-windows-gnu'
echo
rustup target add x86_64-pc-windows-gnu
Expand Down

0 comments on commit f239a4d

Please sign in to comment.