Skip to content

Commit

Permalink
Don't run assembly tests on GNUStep
Browse files Browse the repository at this point in the history
  • Loading branch information
madsmtm committed Mar 1, 2022
1 parent ac70160 commit a644265
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,10 @@ jobs:
args: --features ${{ env.FEATURES }},${{ env.UNSTABLE_FEATURES }} ${{ 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
# need to find a solution to that).
if: ${{ !contains(matrix.os, 'ubuntu') }}
shell: bash
run:
export HOST_TARGET=$(rustc -vV | grep host | cut -f2 -d' ')
Expand Down

0 comments on commit a644265

Please sign in to comment.