Skip to content

Commit 83a36b3

Browse files
committed
Workflow build enviroment
1 parent a6636e1 commit 83a36b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
# Step 3: Install dependencies
2424
- name: Install dependencies
25-
run: go mod download
25+
run: go mod tidy
2626

2727
- name: Run unit tests
2828
run: go test ./... -v
@@ -32,6 +32,7 @@ jobs:
3232
run: |
3333
go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
3434
golangci-lint run
35+
continue-on-error: true
3536

3637
docker:
3738
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)