Skip to content

Commit 67e3aee

Browse files
added acceptance target to CI (#4)
1 parent 419b595 commit 67e3aee

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,15 @@ jobs:
1717
uses: actions/setup-go@v3
1818
with:
1919
go-version: 1.18
20-
20+
2121
- name: Install prerequisites
2222
run: make init
2323

2424
- name: Build
25-
run: make build
25+
run: make build
2626

2727
- name: Test
28-
run: make test
28+
run: make test
29+
30+
- name: Acceptance
31+
run: make acceptance

0 commit comments

Comments
 (0)