Fix cicd testing issue (#197)

* sync module

* cache per test os

* different port for tests

* wireguard packages versions
This commit is contained in:
Maycon Santos
2022-01-17 14:10:18 +00:00
committed by GitHub
parent 64f2d295a8
commit 0f7ab4354b
5 changed files with 39 additions and 33 deletions

View File

@@ -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