Also fix the crate names for GitLab CI
This commit is contained in:
parent
075737c252
commit
ba8c53a2ed
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue