Fix feature flag in CI
This commit is contained in:
parent
1f69bc459a
commit
9ab050796f
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -207,9 +207,9 @@ jobs:
|
||||
- "-Ctarget-feature=+avx512" # AVX-512 uses packed bit masks, so enable it to test more code paths
|
||||
features:
|
||||
- ""
|
||||
- "--feature std"
|
||||
- "--feature const_evaluatable_checked"
|
||||
- "--feature std --feature const_evaluatable_checked"
|
||||
- "--features std"
|
||||
- "--features const_evaluatable_checked"
|
||||
- "--features std --features const_evaluatable_checked"
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
Loading…
x
Reference in New Issue
Block a user