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.
but-server
1 parent 877408e commit cf34313Copy full SHA for cf34313
.github/workflows/push.yaml
@@ -180,13 +180,12 @@ jobs:
180
save-if: ${{ github.ref == 'refs/heads/master' }}
181
- name: Dependencies for 'keyring'
182
run: sudo ./scripts/install-minimal-debian-dependencies.sh
183
- - run: |
184
- cargo test --workspace --exclude gitbutler-tauri --exclude but-server
+ - run: cargo test --workspace --exclude gitbutler-tauri --exclude but-server
185
env:
186
GITBUTLER_TESTS_NO_CLEANUP: '1'
187
- name: cargo test
188
# It's intentional to use 'name equals run-script' so it's easy to re-run locally on failure.
189
- run: cargo test -p but --no-default-features
+ - run: cargo test -p but-server
190
191
rust-test-tauri:
192
needs: changes
0 commit comments