Skip to content

Commit

Permalink
add build before testing
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitrii Ustiugov <[email protected]>
  • Loading branch information
ustiugov committed Nov 24, 2020
1 parent 93fcccb commit f4caa1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ jobs:
run: source ./scripts/travis/setup_node.sh

#- run: make test-subdirs
- name: Build
run: go build -race -v -a ./...

- run: make test

# test:
Expand Down

0 comments on commit f4caa1b

Please sign in to comment.