Skip to content

Commit 5f2cd2a

Browse files
committed
Revert "temporarily disable integration testes on CI"
This reverts commit 1515377.
1 parent fe1d21e commit 5f2cd2a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,7 @@ test-unit:
4242

4343
.PHONY: test-integration
4444
test-integration:
45-
# TODO: Figure out why integration tests time out in CI environment.
46-
ifdef CI
47-
$(warning skipping integration tests in CI environment)
48-
else
4945
pipenv run pytest -vv --capture=no tests/integration
50-
endif
5146

5247
.PHONY: get-pipenv
5348
get-pipenv:

0 commit comments

Comments
 (0)