Skip to content

Commit

Permalink
Clean up job names
Browse files Browse the repository at this point in the history
  • Loading branch information
rliebz committed Mar 14, 2024
1 parent 2f71959 commit 698b983
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ permissions:

jobs:
test:
name: Test
strategy:
matrix:
os:
Expand All @@ -31,6 +32,7 @@ jobs:
run: go test -trimpath -v ./...

lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 698b983

Please sign in to comment.