Skip to content

Commit

Permalink
Run unit then e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danawoodman committed Feb 26, 2024
1 parent 2f37821 commit 8553258
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@ jobs:
go-version-file: "go.mod"

- name: Build for tests
run: |
pwd
make build
run: make build

- name: Run tests
run: make test
- name: Run unit tests
run: make test-unit

- name: Run e2e tests
run: make test-e2e

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
Expand Down

0 comments on commit 8553258

Please sign in to comment.