Skip to content

Commit cf34313

Browse files
committed
Ensure the but-server is also tested.
1 parent 877408e commit cf34313

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/push.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,13 +180,12 @@ jobs:
180180
save-if: ${{ github.ref == 'refs/heads/master' }}
181181
- name: Dependencies for 'keyring'
182182
run: sudo ./scripts/install-minimal-debian-dependencies.sh
183-
- run: |
184-
cargo test --workspace --exclude gitbutler-tauri --exclude but-server
183+
- run: cargo test --workspace --exclude gitbutler-tauri --exclude but-server
185184
env:
186185
GITBUTLER_TESTS_NO_CLEANUP: '1'
187-
name: cargo test
188186
# It's intentional to use 'name equals run-script' so it's easy to re-run locally on failure.
189187
- run: cargo test -p but --no-default-features
188+
- run: cargo test -p but-server
190189

191190
rust-test-tauri:
192191
needs: changes

0 commit comments

Comments
 (0)