Skip to content

Commit

Permalink
actually run the integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan.rieckhof committed Aug 23, 2024
1 parent ecdba7e commit 57afc4c
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 57afc4c

Please sign in to comment.