File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -58,12 +58,12 @@ jobs:
58
58
sudo apt-get update
59
59
sudo apt-get install gcc-multilib
60
60
- uses : actions/checkout@v4
61
- - uses : dtolnay/rust-toolchain@master
61
+ - uses : dtolnay/rust-toolchain@stable
62
62
with :
63
- toolchain : stable- i686-unknown-linux-gnu
64
- - run : cargo build --verbose
65
- - run : cargo test --verbose --package rayon
66
- - run : cargo test --verbose --package rayon-core
63
+ targets : i686-unknown-linux-gnu
64
+ - run : cargo build --verbose --target i686-unknown-linux-gnu
65
+ - run : cargo test --verbose --target i686-unknown-linux-gnu -- package rayon
66
+ - run : cargo test --verbose --target i686-unknown-linux-gnu -- package rayon-core
67
67
68
68
# wasm32-unknown-unknown builds, and even has the runtime fallback for
69
69
# unsupported threading, but we don't have an environment to execute in.
You can’t perform that action at this time.
0 commit comments