Skip to content

Commit

Permalink
💚 update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zcubbs committed Aug 15, 2023
1 parent 6a85748 commit 209bce0
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,19 +54,11 @@ jobs:
go-version: 1.20
stable: true

- name: Build
run: make build

- name: Test
run: make test
- name: Install Task
uses: arduino/setup-task@v1
with:
version: 3.x
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Test
run: make coverage

- name: Codecov
uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./cover.out
flags: unittests
verbose: true
run: task test

0 comments on commit 209bce0

Please sign in to comment.