Skip to content

Commit 3b4279a

Browse files
committed
fix test features
1 parent bda3276 commit 3b4279a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ ubuntu-latest, macos-latest, windows-latest ]
17-
features: [ "", "--no-default-features", "--all-features" ]
17+
features: [ "", "--no-default-features", "--features=full" ]
1818

1919
runs-on: ${{ matrix.os }}
2020

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ serde = [ "dep:serde", "smol_str?/serde", "enigo?/serde", "bitflags?/serde" ]
5656
macos = ["dep:core-graphics", "dep:core-foundation"]
5757
windows = ["dep:windows"]
5858
enigo = ["dep:enigo"]
59+
# enigo should be manually enabled since it depends on `wayland`, `x11rb`, `xdo` or `libei` on linux
5960
dep_all = ["windows", "macos", "xkeysym", "hut_03", "hut_04"]
6061

6162
generating_convert = []

0 commit comments

Comments
 (0)