Skip to content

Commit f92f4b3

Browse files
committed
feat(ci): add Go tests in CI
Signed-off-by: Felipe Zipitria <[email protected]>
1 parent a7ffb4f commit f92f4b3

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/test.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Test
2+
on:
3+
pull_request:
4+
branches: [ main ]
5+
push:
6+
branches: [ main ]
7+
8+
jobs:
9+
test:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v2
13+
- uses: n8maninger/action-golang-test@v1

0 commit comments

Comments
 (0)