fix: reduce test run time (#1832)

Signed-off-by: Alexei Dodon <adodon@cisco.com>
This commit is contained in:
Alexei Dodon
2023-09-28 21:59:52 +03:00
committed by GitHub
parent ba6f347d8d
commit 3a9a932791
25 changed files with 879 additions and 705 deletions
-9
View File
@@ -51,15 +51,6 @@ jobs:
cache: false
go-version: 1.20.x
- name: Install dependencies
run: |
cd $GITHUB_WORKSPACE
go install github.com/swaggo/swag/cmd/swag@v1.8.12
go mod download
go install github.com/wadey/gocovmerge@latest
go get -u github.com/swaggo/swag/cmd/swag
go mod download
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2.21.8