Skip to content

Commit

Permalink
remove unnecessary cruft from workflows (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
rajatgoel authored Jan 25, 2024
1 parent e5964a8 commit dff4ae8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
name: Build
runs-on: ubuntu-latest
timeout-minutes: 5
strategy:
fail-fast: true

steps:
- name: Checkout Code
Expand Down Expand Up @@ -51,7 +49,7 @@ jobs:
uses: golangci/[email protected]
with:
version: latest

- name: Go Test
run: go test -v -count=1 -race -shuffle=on ./...

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
name: Proto
runs-on: ubuntu-latest
timeout-minutes: 5
strategy:
fail-fast: true

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/sqlc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
name: Sqlc
runs-on: ubuntu-latest
timeout-minutes: 5
strategy:
fail-fast: true

steps:
- name: Install SQLc
Expand All @@ -30,4 +28,4 @@ jobs:
run: find . -name sqlc.yaml | xargs sqlc diff -f

- name: Run sqlc vet
run: find . -name sqlc.yaml | xargs sqlc vet -f
run: find . -name sqlc.yaml | xargs sqlc vet -f

0 comments on commit dff4ae8

Please sign in to comment.