Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
dbut2 committed Oct 9, 2024
1 parent 49b9ee7 commit 5bf891c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
test:
name: Run Go Tests
name: Go Test
runs-on: ubuntu-latest
steps:
- name: Check out code
Expand All @@ -23,7 +23,7 @@ jobs:
run: go test -v ./...

lint:
name: Run Go Tests
name: golangci-lint
runs-on: ubuntu-latest
steps:
- name: Check out code
Expand Down

0 comments on commit 5bf891c

Please sign in to comment.