Skip to content

Commit

Permalink
unit tests name change
Browse files Browse the repository at this point in the history
  • Loading branch information
attiasas committed Oct 7, 2024
1 parent d66836d commit b2a597c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: go vet -v ./...

Unit_Tests:
name: Unit Tests (${{ matrix.os }})
name: "[${{ matrix.os }}] Unit Tests"
needs: Pretest
runs-on: ${{ matrix.os }}-latest
strategy:
Expand Down

0 comments on commit b2a597c

Please sign in to comment.