Skip to content

Commit

Permalink
give the workflow for running Go tests a more descriptive name
Browse files Browse the repository at this point in the history
  • Loading branch information
5u6r054 committed Aug 7, 2024
1 parent 59f36e8 commit 0a93c7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Go
name: Run Go Tests

on:
push:
Expand All @@ -24,4 +24,4 @@ jobs:
run: go mod tidy

- name: Run tests
run: go test ./...
run: go test ./...

0 comments on commit 0a93c7a

Please sign in to comment.