Skip to content

Commit

Permalink
ci: fix build and test paths
Browse files Browse the repository at this point in the history
  • Loading branch information
d-Rickyy-b committed Dec 21, 2023
1 parent 510b9d5 commit a5586f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_push_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
- name: Build application
env:
GOPROXY: "https://proxy.golang.org"
run: go build .
run: go build ./cmd/backmeup

- name: Run tests
env:
GOPROXY: "https://proxy.golang.org"
run: go test -v .
run: go test -v ./cmd/backmeup

0 comments on commit a5586f1

Please sign in to comment.