Skip to content

Commit

Permalink
CD to test to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
infogulch committed Apr 7, 2024
1 parent 4390ab4 commit a056ff4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
run: go test -v ./...

- name: Run Integration Tests
run: go run ./test
run: go run .
working-directory: ./test

- name: Build binaries for all platforms
run: .github/workflows/release.sh
Expand Down

0 comments on commit a056ff4

Please sign in to comment.