chore(ci): start saving/restoring go build cache (#721)
This commit uses a build cache for the coverage and netxlite github actions. See https://github.com/ooni/probe/issues/2093.
This commit is contained in:
parent
ded4b08113
commit
e93756be20
3 changed files with 13 additions and 9 deletions
4
.github/workflows/checks.yml
vendored
4
.github/workflows/checks.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
# checks performs several code quality checks
|
||||
# performs several code quality checks
|
||||
name: checks
|
||||
on:
|
||||
pull_request:
|
||||
|
|
@ -6,7 +6,7 @@ on:
|
|||
branches:
|
||||
- "master"
|
||||
jobs:
|
||||
test:
|
||||
perform_code_quality_checks:
|
||||
runs-on: "${{ matrix.os }}"
|
||||
strategy:
|
||||
matrix:
|
||||
|
|
|
|||
Loading…
Reference in a new issue