Skip to content

Commit bf2b7c0

Browse files
committed
Test static selectors in CI
1 parent 0bfa5f6 commit bf2b7c0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

+6
Original file line numberDiff line numberDiff line change
@@ -247,3 +247,9 @@ jobs:
247247
command: test
248248
# Not using --all-features because that would enable e.g. gnustep
249249
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

Comments
 (0)