Skip to content

Commit 6507e34

Browse files
ekoopspoiana
authored andcommitted
chore: re-add integration tests
Signed-off-by: Leonardo Di Giovanna <[email protected]>
1 parent a1d52a6 commit 6507e34

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,7 @@ test:
114114
GOEXPERIMENT=loopvar go test -v -cover ./cmd
115115

116116
.PHONY: integration_test
117-
integration_test:
118-
echo "Temporarily skipped"
117+
integration_test: $(test_configs)
119118

120119
.PHONY: $(test_configs)
121120
$(test_configs): ${driverkit}

0 commit comments

Comments
 (0)