Skip to content

Commit

Permalink
revert: call integration in the ci Makefile command
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan.rieckhof committed Aug 23, 2024
1 parent 4898219 commit 7977e66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golang-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y docker-compose
- name: Integration tests
run: docker-compose run testserver make ci
run: docker-compose run testserver make integration
- name: Send coverage
uses: shogo82148/actions-goveralls@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ testserver:
docker-compose up

ci:
$(GO) integration $(GO_TEST_FLAGS) -covermode=atomic -coverprofile=coverage.out ./...
$(GO) test $(GO_TEST_FLAGS) -covermode=atomic -coverprofile=coverage.out ./...

0 comments on commit 7977e66

Please sign in to comment.