Skip to content

Commit 20e757e

Browse files
committed
GitHub: install the chantools binary before running tests
1 parent 99724b6 commit 20e757e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ jobs:
4848
uses: actions/setup-go@v2
4949
with:
5050
go-version: '${{ env.GO_VERSION }}'
51+
52+
- name: Install chantools
53+
run: make install
5154

5255
- name: run unit tests
5356
run: make unit

0 commit comments

Comments
 (0)