We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bfa5f6 commit bf2b7c0Copy full SHA for bf2b7c0
.github/workflows/ci.yml
@@ -247,3 +247,9 @@ jobs:
247
command: test
248
# Not using --all-features because that would enable e.g. gnustep
249
args: --no-fail-fast --features ${{ env.FEATURES }},${{ env.UNSTABLE_FEATURES }} ${{ matrix.args }} ${{ matrix.test-args }}
250
+
251
+ - name: Test static selectors
252
+ uses: actions-rs/cargo@v1
253
+ with:
254
+ command: test
255
+ args: --no-fail-fast --features static-sel ${{ matrix.args }} ${{ matrix.test-args }}
0 commit comments