Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
[#29] Update the workflow to build the integration tests (#33)
Browse files Browse the repository at this point in the history
* [#29] Update the workflow to build the integration tests

Signed-off-by: Daniel Milchev <[email protected]>
  • Loading branch information
daniel-milchev authored Apr 25, 2023
1 parent ff83a6c commit ff48174
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,6 @@ jobs:
run: |
go test ./... -coverprofile coverage.out -covermode count -tags=unit
go tool cover -func coverage.out
- name: Build Integration Tests
run: |
go test --tags=integration ./integration -c -o integration/bin/sb-test

0 comments on commit ff48174

Please sign in to comment.