Skip to content

Commit 77a71ef

Browse files
committed
Merge branch 'add/cargo-ci' of github.com:clockworklabs/SpacetimeDB into add/cargo-ci
2 parents a3a2ea9 + 3fb016d commit 77a71ef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,11 @@ jobs:
111111
if: runner.os == 'Windows'
112112
- name: Install python deps
113113
run: python -m pip install -r smoketests/requirements.txt
114-
- name: Run smoketests windows
114+
- name: Run smoketests (windows)
115115
# Note: clear_database and replication only work in private
116116
run: python -m smoketests ${{ matrix.smoketest_args }} -x clear_database replication teams
117117
if: runner.os == 'Windows'
118-
- name: Run smoketests
118+
- name: Run smoketests (Linux)
119119
# Note: clear_database and replication only work in private
120120
run: cargo ci smoketests -- ${{ matrix.smoketest_args }} -x clear_database replication teams
121121
if: runner.os != 'Windows'

0 commit comments

Comments
 (0)