We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be5c282 commit 1e2d522Copy full SHA for 1e2d522
.github/workflows/ci.yml
@@ -332,6 +332,13 @@ jobs:
332
# Not using --all-features because that would enable e.g. gnustep
333
args: --features ${{ env.FEATURES }},${{ env.UNSTABLE_FEATURES }} ${{ env.TESTARGS }}
334
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
+
342
- name: Run assembly tests
343
# Not run on GNUStep yet since a lot of function labels are mangled and
344
# not inlined (and hence quite hard to match on, at some point we'll
0 commit comments