Skip to content

Commit 071f569

Browse files
committed
[bfops/parallel-smoketests]: no docker
1 parent 0da4098 commit 071f569

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,8 @@ jobs:
138138
cargo build -p spacetimedb-cli -p spacetimedb-standalone -p spacetimedb-update
139139
# Our .dockerignore omits `target`, which our CI Dockerfile needs.
140140
rm .dockerignore
141-
cargo ci smoketests --docker .github/docker-compose.yml --parallel ${SMOKETEST_ARGS}
141+
#cargo ci smoketests --docker .github/docker-compose.yml --parallel ${SMOKETEST_ARGS}
142+
cargo ci smoketests --parallel ${SMOKETEST_ARGS}
142143
- name: Run smoketests (Windows)
143144
if: runner.os == 'Windows'
144145
shell: bash

0 commit comments

Comments
 (0)