Skip to content

Commit d7d11e6

Browse files
authored
GH Actions updates, remove CircleCI (#84)
Remove CirclCI. Update GH Actions step to generate coverage stats, bump setup-go job to v3, limit GH actions run to push on main + pr.
1 parent 08b576a commit d7d11e6

File tree

2 files changed

+5
-29
lines changed

2 files changed

+5
-29
lines changed

.circleci/config.yml

-27
This file was deleted.

.github/workflows/go.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: golines test
22
on:
33
push:
4+
branches:
5+
- main
46
pull_request:
57

68
jobs:
@@ -18,7 +20,8 @@ jobs:
1820
steps:
1921
- uses: actions/checkout@v2
2022
- name: test golines
21-
uses: actions/setup-go@v2
23+
uses: actions/setup-go@v3
2224
with:
2325
go-version: ${{ matrix.go }}
24-
- run: go test .
26+
cache: true
27+
- run: make test

0 commit comments

Comments
 (0)