Skip to content

Commit

Permalink
chore: stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsimonemms committed Dec 22, 2022
1 parent f9a03c2 commit ab4797d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/setup-go@v3

- name: Run e2e tests
run: go test -v ./... -tags e2e
run: make e2e

build:
runs-on: ubuntu-latest
Expand All @@ -51,7 +51,7 @@ jobs:
uses: golangci/golangci-lint-action@v3

- name: Go test
run: go test -v ./... -tags unit
run: make unit

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
Expand Down

0 comments on commit ab4797d

Please sign in to comment.