Skip to content

Commit

Permalink
Test static selectors in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
madsmtm committed Mar 3, 2022
1 parent be5c282 commit 1e2d522
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,13 @@ jobs:
# Not using --all-features because that would enable e.g. gnustep
args: --features ${{ env.FEATURES }},${{ env.UNSTABLE_FEATURES }} ${{ env.TESTARGS }}

- name: Test static selectors
if: ${{ !matrix.dinghy }}
uses: actions-rs/cargo@v1
with:
command: test
args: --features static-sel ${{ env.TESTARGS }}

- name: Run assembly tests
# Not run on GNUStep yet since a lot of function labels are mangled and
# not inlined (and hence quite hard to match on, at some point we'll
Expand Down

0 comments on commit 1e2d522

Please sign in to comment.