You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
1 year ago
..
codeql-analysis.yml .github/workflows: try to make the merge queue actually run CI 1 year ago
go-licenses.yml .github: Bump peter-evans/create-pull-request from 4.1.4 to 4.2.4 1 year ago
test.yml .github/workflows: add artifact caching and remove double build on race 1 year ago
update-flake.yml .github: Bump peter-evans/create-pull-request from 4.1.4 to 4.2.4 1 year ago