Skip to content

Commit 1e68fd2

Browse files
committed
Fix CI file
Signed-off-by: Abdulbois <abdulbois.tursunov@dsr-corporation.com>
1 parent 99c96d8 commit 1e68fd2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/verify.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ jobs:
107107
run: |
108108
set -euo pipefail
109109
# shellcheck disable=SC2046
110-
go test -json -v $(go list ./... | grep -v '/integration_tests') -coverprofile=./cover.out -covermode=set -coverpkg=./... 2>&1 | tee /tmp/gotest.log | gotestfmt
110+
go test utils/validator/url_liveness_test.go.go
111+
go test -tags=dev -json -v $(go list ./... | grep -v '/integration_tests') -coverprofile=./cover.out -covermode=set -coverpkg=./... 2>&1 | tee /tmp/gotest.log | gotestfmt
111112
env:
112113
GH_TOKEN: ${{ secrets.GH_TOKEN }}
113114
GOCOVER_MODE: set

0 commit comments

Comments
 (0)