Skip to content

Commit

Permalink
Update ci.yml (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
faddat authored Nov 21, 2021
1 parent ef1c641 commit 469b641
Showing 1 changed file with 2 additions and 24 deletions.
26 changes: 2 additions & 24 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches:
- master
jobs:
tests-go-1-15:
tests:
runs-on: ubuntu-latest
env:
GO111MODULE: on
Expand All @@ -18,30 +18,8 @@ jobs:
uses: cedrickring/golang-action@1.6.0
with:
args: make test
tests-go-1-14:
runs-on: ubuntu-latest
env:
GO111MODULE: on
steps:
- name: Checkout Source
uses: actions/checkout@v2
- name: Run Tests
uses: cedrickring/golang-action/go1.17@1.6.0
with:
args: make test
tests-go-1-13:
runs-on: ubuntu-latest
env:
GO111MODULE: on
steps:
- name: Checkout Source
uses: actions/checkout@v2
- name: Run Tests
uses: cedrickring/golang-action/go1.17@1.6.0
with:
args: make test
coverage:
needs: [tests-go-1-17]
needs: tests
runs-on: ubuntu-latest
env:
GO111MODULE: on
Expand Down

0 comments on commit 469b641

Please sign in to comment.