summaryrefslogtreecommitdiff
path: root/library/portable-simd/.github/workflows/ci.yml
diff options
context:
space:
mode:
Diffstat (limited to 'library/portable-simd/.github/workflows/ci.yml')
-rw-r--r--library/portable-simd/.github/workflows/ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/library/portable-simd/.github/workflows/ci.yml b/library/portable-simd/.github/workflows/ci.yml
index d50dfa1be4c..acd47a3da72 100644
--- a/library/portable-simd/.github/workflows/ci.yml
+++ b/library/portable-simd/.github/workflows/ci.yml
@@ -241,6 +241,10 @@ jobs:
- "--features std"
- "--features generic_const_exprs"
- "--features std --features generic_const_exprs"
+ - "--features all_lane_counts"
+ - "--features all_lane_counts --features std"
+ - "--features all_lane_counts --features generic_const_exprs"
+ - "--features all_lane_counts --features std --features generic_const_exprs"
steps:
- uses: actions/checkout@v2