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
+2 -2
View File
@@ -4,7 +4,7 @@ build:
cargo build --release
test:
cargo test
cargo test --all-targets
fmt:
cargo fmt
@@ -16,7 +16,7 @@ release-check:
cargo fmt --check
sh -n install.sh scripts/*.sh
cargo clippy --all-targets -- -D warnings
cargo test
cargo test --all-targets
$(MAKE) tui-harness
1.0-check: release-check reconnect-check hostile-network-check persistence-check package-check