File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
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
You can’t perform that action at this time.
0 commit comments