Fix the target for the stoptime-ui build in GitLab CI

This commit is contained in:
Paul van Tilburg 2020-07-16 18:48:01 +02:00
parent ba8c53a2ed
commit b96ad9ecbd
Signed by: paul
GPG Key ID: C6DE073EDA9EEC4D
1 changed files with 1 additions and 1 deletions

View File

@ -26,5 +26,5 @@ run-build:
script:
- rustc --version && cargo --version
- cargo build -p stoptime-server --release --jobs 1
- cargo build -p stoptime-ui --release --jobs 1
- cargo build -p stoptime-ui --target wasm32-unknown-unknown --release --jobs 1
- cargo test -p stoptime-server --all-features -- --test-threads 1