Skip to content

Commit 13d22ab

Browse files
committed
enable all integration tests
1 parent 0ee8620 commit 13d22ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,4 @@ help:
134134
test:
135135
mkdir -p logs
136136
set -o pipefail; \
137-
CONNECT_VERSION=${CONNECT_VERSION} CONNECT_API_KEY="$(shell rsconnect bootstrap -i -s http://connect:3939 --raw)" $(PYTHON) -m pytest -s --junit-xml=./reports/$(CONNECT_VERSION).xml ./tests/posit/connect/test_users.py | tee ./logs/$(CONNECT_VERSION).log;
137+
CONNECT_VERSION=${CONNECT_VERSION} CONNECT_API_KEY="$(shell rsconnect bootstrap -i -s http://connect:3939 --raw)" $(PYTHON) -m pytest -s --junit-xml=./reports/$(CONNECT_VERSION).xml | tee ./logs/$(CONNECT_VERSION).log;

0 commit comments

Comments
 (0)