diff --git a/ci/buildkite.yml b/ci/buildkite.yml index b495090bac..4be794aba5 100644 --- a/ci/buildkite.yml +++ b/ci/buildkite.yml @@ -3,9 +3,9 @@ steps: name: "stable [public]" timeout_in_minutes: 20 - wait - #- command: "ci/coverage.sh" - # name: "coverage [public]" - # timeout_in_minutes: 20 + - command: "ci/coverage.sh" + name: "coverage [public]" + timeout_in_minutes: 20 - command: "ci/docker-run.sh rustlang/rust:nightly ci/test-nightly.sh" name: "nightly [public]" timeout_in_minutes: 20 @@ -24,11 +24,9 @@ steps: name: "erasure" timeout_in_minutes: 20 - wait - #- command: "ci/publish-snap.sh" - # timeout_in_minutes: 20 - # name: "publish snap" - # agents: - # - "queue=cuda" + - command: "ci/publish-snap.sh" + timeout_in_minutes: 20 + name: "publish snap" - command: "ci/publish-crate.sh" timeout_in_minutes: 20 name: "publish crate" diff --git a/ci/test-cuda.sh b/ci/test-cuda.sh index ae05406bbd..ba6f0b1c12 100755 --- a/ci/test-cuda.sh +++ b/ci/test-cuda.sh @@ -7,8 +7,6 @@ cd "$(dirname "$0")/.." export LD_LIBRARY_PATH=/usr/local/cuda/lib64 export PATH=$PATH:/usr/local/cuda/bin -# shellcheck disable=SC1090 # <-- shellcheck can't follow ~ -source ~/.cargo/env export RUST_BACKTRACE=1 cargo test --features=cuda