Skip to content

Commit

Permalink
Update workflows/go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dasbd72 committed Feb 18, 2024
1 parent 704b099 commit c0486b9
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,11 @@ jobs:
with:
go-version: '1.20'

- name: Build
run: go build -v ./...
- name: Binance Unit Test
run: go test -v github.com/dasbd72/asset-management/binance

- name: Test
run: go test -v ./...
- name: OKX Unit Test
run: go test -v github.com/dasbd72/asset-management/okx

- name: MAX Unit Test
run: go test -v github.com/dasbd72/asset-management/max

0 comments on commit c0486b9

Please sign in to comment.