Commit graph

10 commits

Author SHA1 Message Date
9454da3ab3 ci: run the whole verify suite on the self-hosted windows runner
All three jobs move to [self-hosted, windows]. The race job now adds the
machine-wide MSYS2 mingw64 toolchain to GITHUB_PATH: the runner service
account only sees the machine PATH, which has no C compiler, so -race
could not build its cgo runtime. The dead verify.yml.selfrun file goes
away — GitHub never reads that suffix and its content already lives
here.
2026-08-26 02:27:10 +03:00
0f3e592957
Rename verify.yml.bck to verify.yml 2026-08-26 02:13:45 +03:00
38c620295a
Add self-run workflow for verification 2026-08-26 02:13:33 +03:00
f150d2e717
Update verify.yml 2026-08-26 02:05:56 +03:00
4a9d4a7407
Add GitHub Actions workflow for code verification
This workflow defines jobs for verifying Go code, including building, vetting, and testing with race detection.
2026-08-26 02:00:06 +03:00
ee634ae830
Remove backup verify.yml file 2026-08-26 01:59:48 +03:00
808f2272ea
Update verify.yml 2026-08-26 01:58:12 +03:00
aeb7e4d2c2 Keep race world tests within timeout 2026-08-17 18:05:13 +03:00
be8f030698 Commit exhaustive vanilla worldgen fixture 2026-08-10 23:54:04 +03:00
ca019756ec Add vanilla parity harness and harden server boundaries 2026-08-10 22:54:16 +03:00