diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0c859de..d1e8365 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,15 +11,13 @@ before_script: test: stage: test script: - - cargo test + - cargo test --no-default-features publish: stage: publish script: - cargo login $CARGO_TOKEN - - cargo package --manifest-path speech-dispatcher-sys/Cargo.toml - cargo publish --manifest-path speech-dispatcher-sys/Cargo.toml || true - - cargo package --manifest-path speech-dispatcher/Cargo.toml - - cargo publish --manifest-path speech-dispatcher/Cargo.toml + - cargo publish --no-default-features --manifest-path speech-dispatcher/Cargo.toml only: - tags