Skip to content

Commit

Permalink
Update icq-relayer-build-test.yml (#1071)
Browse files Browse the repository at this point in the history
  • Loading branch information
faddat authored Jan 21, 2024
1 parent 08e8401 commit 7971a28
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/icq-relayer-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- run: go test icq-relayer/...
- run: |
cd icq-relayer
go test ./...
build:
strategy:
matrix:
Expand Down

0 comments on commit 7971a28

Please sign in to comment.