Skip to content

Commit 3540e42

Browse files
committed
Running test and simulate on macos.
1 parent 92ec2f5 commit 3540e42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
os: macos-latest
4545
build: cargo build --verbose
4646
# 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
47+
test: cargo test --verbose --all-features -- --skip test_grab
4848
- variant: windows-latest
4949
os: windows-latest
5050
build: cargo build --verbose

0 commit comments

Comments
 (0)