Skip to content

Commit 73db60c

Browse files
cppforlifeDmitriy Kalinin
andauthored
add test-gh.yml (#9)
Co-authored-by: Dmitriy Kalinin <[email protected]>
1 parent c0dc9ce commit 73db60c

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/workflows/test-gh.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: test-gh
2+
"on":
3+
push:
4+
branches:
5+
- master
6+
pull_request:
7+
types: [opened, reopened, synchronize]
8+
9+
jobs:
10+
test-all:
11+
name: Test GH
12+
runs-on: ubuntu-latest
13+
steps:
14+
- name: Set up Go 1.x
15+
uses: actions/setup-go@v3
16+
with:
17+
go-version: "1.17.6"
18+
- name: Check out code
19+
uses: actions/[email protected]
20+
- name: Run Tests
21+
run: |
22+
set -e -x
23+
./hack/test.sh

0 commit comments

Comments
 (0)