Skip to content

Commit

Permalink
fix: remove failing step from pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
flohansen committed Jun 12, 2024
1 parent c98d6e7 commit e9c77c9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '1.22'

- name: Install dependencies
run: go get .

- name: Go test
run: go test ./... -race
Expand Down

0 comments on commit e9c77c9

Please sign in to comment.