Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonbrad committed May 3, 2023
1 parent f9a666c commit e838f46
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 @@ -27,7 +27,7 @@ jobs:
test: cargo test --verbose --all-features -- --skip test_listen_and_simulate --skip test_grab
- os: ubuntu-latest
# TODO unstable_grab feature is not supported on Linux.
test: cargo test --verbose --features=serialize
test: cargo test --verbose
- os: windows-latest
test: cargo test --verbose --all-features

Expand Down

0 comments on commit e838f46

Please sign in to comment.