minor changes to speed up WASM tests (#2133)

This commit is contained in:
James Hodgkinson 2023-09-22 17:23:02 +10:00 committed by GitHub
parent 1ef90c4aef
commit 2cade8f4ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"