Skip to content

Commit 469b641

Browse files
authored
Update ci.yml (#10)
1 parent ef1c641 commit 469b641

File tree

1 file changed

+2
-24
lines changed

1 file changed

+2
-24
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches:
88
- master
99
jobs:
10-
tests-go-1-15:
10+
tests:
1111
runs-on: ubuntu-latest
1212
env:
1313
GO111MODULE: on
@@ -18,30 +18,8 @@ jobs:
1818
uses: cedrickring/[email protected]
1919
with:
2020
args: make test
21-
tests-go-1-14:
22-
runs-on: ubuntu-latest
23-
env:
24-
GO111MODULE: on
25-
steps:
26-
- name: Checkout Source
27-
uses: actions/checkout@v2
28-
- name: Run Tests
29-
uses: cedrickring/golang-action/[email protected]
30-
with:
31-
args: make test
32-
tests-go-1-13:
33-
runs-on: ubuntu-latest
34-
env:
35-
GO111MODULE: on
36-
steps:
37-
- name: Checkout Source
38-
uses: actions/checkout@v2
39-
- name: Run Tests
40-
uses: cedrickring/golang-action/[email protected]
41-
with:
42-
args: make test
4321
coverage:
44-
needs: [tests-go-1-17]
22+
needs: tests
4523
runs-on: ubuntu-latest
4624
env:
4725
GO111MODULE: on

0 commit comments

Comments
 (0)