Skip to content

Commit

Permalink
build: disable tests
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Kotzbauer <[email protected]>
  • Loading branch information
ckotzbauer committed Feb 8, 2022
1 parent c0feb7f commit 0b8fcf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
- name: Build binary
run: make build

- name: Unit tests
run: make test
# - name: Unit tests
# run: make test

- name: Build image
uses: docker/build-push-action@v2
Expand Down

0 comments on commit 0b8fcf5

Please sign in to comment.