We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e30b7b commit af1afefCopy full SHA for af1afef
.buildkite/pipeline.yml
@@ -24,11 +24,10 @@ steps:
24
- "builds/*.tar.gz"
25
agents:
26
queue: "high-concurrency"
27
- depends_on: [test]
28
29
- label: "☁️ Upload"
30
priority: 50
31
key: upload
32
commands:
33
- .buildkite/upload.sh
34
- depends_on: [build]
+ depends_on: [test, build]
.buildkite/test.sh
@@ -5,7 +5,7 @@ export RUST_LOG=info,corro=debug
5
# Tests (with coverage + generating JUnit XML report)
6
export NEXTEST_PROFILE=ci
7
set +e
8
-cargo nextest run --all-targets --workspace
+cargo nextest run --tests --workspace
9
test_status=$?
10
set -e
11
0 commit comments