mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 04:27:02 +01:00
minor changes to speed up WASM tests (#2133)
This commit is contained in:
parent
1ef90c4aef
commit
2cade8f4ac
2
.github/workflows/wasm_test.yml
vendored
2
.github/workflows/wasm_test.yml
vendored
|
@ -50,6 +50,6 @@ jobs:
|
|||
- name: "Run webdriver tests"
|
||||
run: |
|
||||
chromedriver &
|
||||
cargo test -p kanidmd_testkit --features webdriver
|
||||
cargo test -p kanidmd_testkit --features webdriver test_webdriver
|
||||
env:
|
||||
DISPLAY: ":99"
|
||||
|
|
Loading…
Reference in a new issue