Skip to content

Commit

Permalink
Update test_code.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TimLai666 authored Sep 1, 2024
1 parent 3dcf69e commit b287177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_code.yml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ jobs:
go-version: 1.21

- name: Install dependencies
run: go mod tidy
run: go mod tidy&&go get .

- name: Run tests
run: go test -v ./...

0 comments on commit b287177

Please sign in to comment.