tailscale/.github/workflows
James Tucker b7f51a1468 .github/workflows: add artifact caching and remove double build on race
Go artifact caching will help provided that the cache remains small
enough - we can reuse the strategy from the Windows build where we only
cache and pull the zips, but let go(1) do the many-file unpacking as it
does so faster.

The race matrix was building once without race, then running all the
tests with race, so change the matrix to incldue a `buildflags`
parameter and use that both in the build and test steps.

Updates #cleanup

Signed-off-by: James Tucker <james@tailscale.com>
2023-04-14 22:07:06 -07:00
..
codeql-analysis.yml .github/workflows: try to make the merge queue actually run CI 2023-02-24 22:31:47 +00:00
go-licenses.yml .github: Bump peter-evans/create-pull-request from 4.1.4 to 4.2.4 2023-03-20 15:27:06 +00:00
test.yml .github/workflows: add artifact caching and remove double build on race 2023-04-14 22:07:06 -07:00
update-flake.yml .github: Bump peter-evans/create-pull-request from 4.1.4 to 4.2.4 2023-03-20 15:27:06 +00:00