Skip to content

Commit

Permalink
gh: replace test prefix with test suffix in test job names
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatczuk committed Dec 14, 2023
1 parent ce539b1 commit 2c5bcdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
version: "${{env.GOLANGCI_LINT_VERSION}}"

test-ubuntu:
ubuntu-test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand All @@ -44,7 +44,7 @@ jobs:
- name: Run unit test
run: make test coverage

test-windows:
windows-test:
runs-on: windows-latest
steps:
- name: Checkout code
Expand Down

0 comments on commit 2c5bcdb

Please sign in to comment.