Skip to content

Commit

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

- name: Install dependencies
run: go get src

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

0 comments on commit a18d563

Please sign in to comment.