Skip to content

Commit

Permalink
ci: πŸ’š change name of workflow to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostsquad committed Aug 8, 2020
1 parent 903dd3d commit 1c7aa69
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml β†’ .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
name: tests
on:
push:
paths:
- '**.go'
- 'go.mod'
- 'go.sum'
- '.github/workflows/tests.yml'
pull_request: {}
name: test
jobs:
test:
strategy:
matrix:
go-version: [1.13.x, 1.14.x]
go-version: [1.14.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<p align="center">
<a href="https://github.com/cakehappens/seaworthy/actions">
<img src="https://github.com/cakehappens/seaworthy/workflows/test/badge.svg">
<img src="https://github.com/cakehappens/seaworthy/workflows/tests/badge.svg">
</a>
<a href="https://pkg.go.dev/github.com/cakehappens/seaworthy">
<img src="https://img.shields.io/badge/godoc-reference-5272B4.svg">
Expand Down

0 comments on commit 1c7aa69

Please sign in to comment.