Skip to content

Commit 1e2d522

Browse files
committed
Test static selectors in CI
1 parent be5c282 commit 1e2d522

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

+7
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,13 @@ jobs:
332332
# Not using --all-features because that would enable e.g. gnustep
333333
args: --features ${{ env.FEATURES }},${{ env.UNSTABLE_FEATURES }} ${{ env.TESTARGS }}
334334

335+
- name: Test static selectors
336+
if: ${{ !matrix.dinghy }}
337+
uses: actions-rs/cargo@v1
338+
with:
339+
command: test
340+
args: --features static-sel ${{ env.TESTARGS }}
341+
335342
- name: Run assembly tests
336343
# Not run on GNUStep yet since a lot of function labels are mangled and
337344
# not inlined (and hence quite hard to match on, at some point we'll

0 commit comments

Comments
 (0)