mirror of
https://github.com/netbirdio/netbird.git
synced 2026-03-31 06:34:19 -04:00
Fix cicd testing issue (#197)
* sync module * cache per test os * different port for tests * wireguard packages versions
This commit is contained in:
2
.github/workflows/golang-test-build.yml
vendored
2
.github/workflows/golang-test-build.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
path: ~/go/pkg/mod
|
||||
key: ${{ runner.os }}-go-test-${{ matrix.os }}-${{ hashFiles('**/go.sum') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-go-
|
||||
${{ runner.os }}-go-test-${{ matrix.os }}
|
||||
|
||||
- name: Install modules
|
||||
run: GOOS=${{ matrix.os }} go mod tidy
|
||||
|
||||
Reference in New Issue
Block a user