We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92ec2f5 commit 3540e42Copy full SHA for 3540e42
.github/workflows/rust.yml
@@ -44,7 +44,7 @@ jobs:
44
os: macos-latest
45
build: cargo build --verbose
46
# TODO: We can't test this on github, we can't set accessibility yet.
47
- test: cargo test --verbose --all-features -- --skip test_listen_and_simulate --skip test_grab
+ test: cargo test --verbose --all-features -- --skip test_grab
48
- variant: windows-latest
49
os: windows-latest
50
0 commit comments