Run all-target tests in release gates
ci / test (push) Waiting to run
ci / fuzz-smoke (push) Waiting to run
ci / windows-client (push) Waiting to run
ci / package-release (linux-x86_64, ubuntu-latest) (push) Waiting to run
ci / package-release (macos-aarch64, macos-14) (push) Waiting to run
ci / package-release (macos-x86_64, macos-13) (push) Waiting to run
ci / package-release (windows-x86_64, windows-latest) (push) Waiting to run
ci / publish-gitea-release (push) Blocked by required conditions
ci / remote-bench (push) Waiting to run

This commit is contained in:
DuProcess
2026-07-12 23:28:34 -04:00
parent 7184b42b7a
commit de179dd3e9
3 changed files with 12 additions and 3 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
- name: Format check
run: cargo fmt -- --check
- name: Test
run: cargo test
run: cargo test --all-targets
- name: Build release
run: cargo build --release
- name: Docker SSH benchmark gate