Skip to content

Commit

Permalink
fix test target directory
Browse files Browse the repository at this point in the history
  • Loading branch information
moll-re committed Mar 11, 2024
1 parent 79bf2b6 commit a789064
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/run-code-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,8 @@ jobs:
with:
go-version: '1.21.x'

- name: Change directory
run: cd src

- name: Install dependencies
run: go get .
run: go get src

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

0 comments on commit a789064

Please sign in to comment.