Skip to content

Commit

Permalink
Rename Action
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbourgon authored Aug 13, 2021
1 parent c150f35 commit 5facbf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
on: push
name: Test
name: tests
jobs:
test:
strategy:
Expand Down Expand Up @@ -34,4 +34,4 @@ jobs:
- name: Lint
run: golint ./...
- name: Test
run: go test -race ./...
run: go test -race ./...

0 comments on commit 5facbf8

Please sign in to comment.