Skip to content

Commit

Permalink
Fix Apple CI step
Browse files Browse the repository at this point in the history
  • Loading branch information
madsmtm committed Jan 11, 2023
1 parent ec2406c commit 6153632
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,7 @@ jobs:
run: cargo test $ARGS --features=$INTERESTING_FEATURES,catch-all,Foundation_all --release

- name: Test with unstable features
if: ${{ matrix.nightly }}
run: cargo test $ARGS --features=$INTERESTING_FEATURES,catch-all,Foundation_all,$UNSTABLE_FEATURES

# TODO: Re-enable this on Foundation once we do some form of
Expand Down

0 comments on commit 6153632

Please sign in to comment.