Skip to content

Commit

Permalink
Fixing tests for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
svartalf committed Mar 2, 2020
1 parent 8ccb66c commit 41a9de8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -192,7 +192,8 @@ jobs:
toolchain: ${{ matrix.toolchain }}
override: true

- name: Execute tests
- name: Execute tests (not macOS)
if: startsWith(matrix.os, 'macOS') == false
uses: actions-rs/cargo@v1
with:
command: test
Expand Down

0 comments on commit 41a9de8

Please sign in to comment.