Skip to content

Commit

Permalink
Removing test_grab from MacOS which does not work with github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Narsil committed Apr 2, 2020
1 parent c28d8c8 commit d0d9943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
dependencies: sudo apt-get install libxtst-dev --assume-yes
- os: macos-latest
# TODO: We can't test this on github, we can't set accessibility yet.
test: cargo test --verbose --all-features -- --skip test_listen_and_simulate --test-threads=1
test: cargo test --verbose --all-features -- --skip test_listen_and_simulate --skip test_grab --test-threads=1
- os: ubuntu-latest
test: cargo test --verbose --all-features -- --test-threads=1
- os: windows-latest
Expand Down

0 comments on commit d0d9943

Please sign in to comment.