We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e564a33 commit ec00eb1Copy full SHA for ec00eb1
.github/workflows/ci_time_consuming.yml
@@ -21,4 +21,5 @@ jobs:
21
cargo test -r -p $pkg
22
done
23
env:
24
- RUSTFLAGS: "-C target-cpu=native"
+ # Disable to avoid simple program failure
25
+ #RUSTFLAGS: "-C target-cpu=native"
0 commit comments