Skip to content

Commit

Permalink
fix GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zephyrtronium committed Apr 7, 2020
1 parent 6e0ce15 commit 5ff2f27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
- name: Install the repository and dependencies
run: go get -v -t github.com/$GITHUB_REPOSITORY@$GITHUB_SHA

- name: Check that all subpackages build
run: go build -v github.com/$GITHUB_REPOSITORY/...
- name: Check that subpackages build
run: go build -v -tags static_addons github.com/$GITHUB_REPOSITORY github.com/$GITHUB_REPOSITORY/coreext/... github.com/$GITHUB_REPOSITORY/cmd/... github.com/$GITHUB_REPOSITORY/testutils

- name: Run tests
run: |
Expand Down

0 comments on commit 5ff2f27

Please sign in to comment.