Should now build with default features.

This commit is contained in:
Nolan Darilek 2022-08-29 16:36:33 -05:00
parent d6f9043e60
commit a50a6a4bdd
1 changed files with 2 additions and 2 deletions

View File

@ -11,13 +11,13 @@ before_script:
test:
stage: test
script:
- cargo test --no-default-features
- cargo test
publish:
stage: publish
script:
- cargo login $CARGO_TOKEN
- cargo publish --manifest-path speech-dispatcher-sys/Cargo.toml || true
- cargo publish --no-default-features --manifest-path speech-dispatcher/Cargo.toml
- cargo publish --manifest-path speech-dispatcher/Cargo.toml
only:
- tags