Skip to content

Commit 928b0ce

Browse files
tonybiermangenusistimelord
authored andcommitted
test.yml workflow updated to cargo test --lib --tests --bins
1 parent 5741398 commit 928b0ce

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
sudo apt-get install -y libxkbcommon-dev
2020
- name: Run tests
2121
run: |
22-
cargo test --verbose --all --lib
23-
cargo test --verbose --all --all-features --lib
22+
cargo test --verbose --all --lib --tests --bins
23+
cargo test --verbose --all --all-features --lib --tests --bins
2424
2525
todo_windows:
2626
name: Windows Checks
@@ -35,8 +35,8 @@ jobs:
3535
- uses: actions/checkout@master
3636
- name: Run tests
3737
run: |
38-
cargo test --verbose --all --lib
39-
cargo test --verbose --all --all-features --lib
38+
cargo test --verbose --all --lib --tests --bins
39+
cargo test --verbose --all --all-features --lib --tests --bins
4040
4141
todo_macos:
4242
name: Mac OS Checks
@@ -51,5 +51,5 @@ jobs:
5151
- uses: actions/checkout@master
5252
- name: Run tests
5353
run: |
54-
cargo test --verbose --all --lib
55-
cargo test --verbose --all --all-features --lib
54+
cargo test --verbose --all --lib --tests --bins
55+
cargo test --verbose --all --all-features --lib --tests --bins

0 commit comments

Comments
 (0)