Skip to content

Commit

Permalink
another fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedbham committed Jul 29, 2024
1 parent 16826c6 commit 80df53b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-go-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
go-version: ${{ matrix.go-version }}

- name: Install dependencies
run: go install ./... && go mod download
run: go install . && go mod download

- name: Test with Go
run: go test -json > TestResults-${{ matrix.go-version }}.json
Expand Down

0 comments on commit 80df53b

Please sign in to comment.