File tree Expand file tree Collapse file tree 1 file changed +2
-24
lines changed Expand file tree Collapse file tree 1 file changed +2
-24
lines changed Original file line number Diff line number Diff line change 7
7
branches :
8
8
- master
9
9
jobs :
10
- tests-go-1-15 :
10
+ tests :
11
11
runs-on : ubuntu-latest
12
12
env :
13
13
GO111MODULE : on
18
18
uses :
cedrickring/[email protected]
19
19
with :
20
20
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
43
21
coverage :
44
- needs : [ tests-go-1-17]
22
+ needs : tests
45
23
runs-on : ubuntu-latest
46
24
env :
47
25
GO111MODULE : on
You can’t perform that action at this time.
0 commit comments