Skip to content

Commit

Permalink
Revert "Make CI tests a seperate step"
Browse files Browse the repository at this point in the history
This reverts commit af22b0a.
  • Loading branch information
z-riley committed Nov 8, 2024
1 parent af22b0a commit cee61e3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ jobs:

- name: Build
run: go build -v ./...
test:
runs-on: ubuntu-latest
steps:

- name: Test
run: go test -v ./...

0 comments on commit cee61e3

Please sign in to comment.