Skip to content

Commit

Permalink
feature: WS-279 updated build for v2
Browse files Browse the repository at this point in the history
  • Loading branch information
akeemphilbert committed Apr 4, 2024
1 parent e2e7461 commit e6e1d97
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
with:
go-version: 1.22.x
- name: Run unit tests
run: go test -v ./v2/...
run: |
cd v2
go test -v ./...
# - name: Run MySQL end to end tests
# run: go test -v -driver=mysql
# - name: Run Mysql projections tests
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
with:
go-version: 1.22.x
- name: Run unit tests
run: go test -v ./v2/...
run: |
cd v2
go test -v ./...
- uses: crazy-max/ghaction-xgo@v2
name: build linux and mac
with:
Expand Down

0 comments on commit e6e1d97

Please sign in to comment.