Skip to content

Commit

Permalink
Makefile: added restore integration test to integration-test target
Browse files Browse the repository at this point in the history
  • Loading branch information
karol-kokoszka committed Jul 5, 2024
1 parent ae968c9 commit a172c63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ integration-test:
@$(MAKE) pkg-integration-test PKG=./pkg/ping/dynamoping
@$(MAKE) pkg-integration-test PKG=./pkg/scyllaclient
@$(MAKE) pkg-integration-test PKG=./pkg/service/backup
@$(MAKE) pkg-integration-test PKG=./pkg/service/restore
@$(MAKE) pkg-integration-test PKG=./pkg/service/cluster
@$(MAKE) pkg-integration-test PKG=./pkg/service/healthcheck
@$(MAKE) pkg-integration-test PKG=./pkg/service/repair
Expand Down

0 comments on commit a172c63

Please sign in to comment.