Skip to content

Commit

Permalink
Merge pull request #292 from wzshiming/e2e/releases
Browse files Browse the repository at this point in the history
Add test for releases
  • Loading branch information
wzshiming authored Feb 17, 2023
2 parents 6925cb0 + 34097ec commit 4344f2f
Show file tree
Hide file tree
Showing 3 changed files with 304 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,13 @@ jobs:
with:
go-version: 1.19

- name: Test
shell: bash
run: |
./hack/e2e-test.sh release/build
- name: Build
shell: bash
run: |
make build
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ DOCKER_CLI_EXPERIMENTAL ?= enabled
default: help

vendor:
$(GO_CMD) mod vendor
@$(GO_CMD) mod vendor

## unit-test: Run unit tests
.PHONY: unit-test
unit-test: vendor
$(GO_CMD) test ./pkg/...
@$(GO_CMD) test ./pkg/...

## verify: Verify code
.PHONY: verify
Expand Down
Loading

0 comments on commit 4344f2f

Please sign in to comment.