We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0da4098 commit 071f569Copy full SHA for 071f569
1 file changed
.github/workflows/ci.yml
@@ -138,7 +138,8 @@ jobs:
138
cargo build -p spacetimedb-cli -p spacetimedb-standalone -p spacetimedb-update
139
# Our .dockerignore omits `target`, which our CI Dockerfile needs.
140
rm .dockerignore
141
- cargo ci smoketests --docker .github/docker-compose.yml --parallel ${SMOKETEST_ARGS}
+ #cargo ci smoketests --docker .github/docker-compose.yml --parallel ${SMOKETEST_ARGS}
142
+ cargo ci smoketests --parallel ${SMOKETEST_ARGS}
143
- name: Run smoketests (Windows)
144
if: runner.os == 'Windows'
145
shell: bash
0 commit comments