Also fix the crate names for GitLab CI

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

View File

@ -25,6 +25,6 @@ run-build:
image: rustlang/rust:nightly
script:
- rustc --version && cargo --version
- cargo build -p stoptime_server --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
- cargo build -p stoptime-server --release --jobs 1
- cargo build -p stoptime-ui --release --jobs 1
- cargo test -p stoptime-server --all-features -- --test-threads 1