Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MarnieGrenat authored Nov 2, 2024
1 parent 148c404 commit 56a86d5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ jobs:
go-version: '1.20'

- name: Build
working-directory: ./Coinnect-FPPD
run: go build -v ./src
run: go build -v ./Coinnect-FPPD/src

- name: Test
working-directory: ./Coinnect-FPPD
run: go test -v ./...
run: go test -v ./Coinnect-FPPD/...

0 comments on commit 56a86d5

Please sign in to comment.