Skip to content

Commit ebc70d4

Browse files
tdsteinschloerke
andauthored
Update integration/Makefile
Co-authored-by: Barret Schloerke <[email protected]>
1 parent 84fdb8d commit ebc70d4

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
@@ -140,5 +140,5 @@ test:
140140
set -o pipefail; \
141141
CONNECT_VERSION=${CONNECT_VERSION} \
142142
CONNECT_API_KEY="$(shell $(UV) run rsconnect bootstrap -i -s http://connect:3939 --raw)" \
143-
$(UV) run pytest -s -k TestPackages --junit-xml=./reports/$(CONNECT_VERSION).xml | \
143+
$(UV) run pytest -s --junit-xml=./reports/$(CONNECT_VERSION).xml | \
144144
tee ./logs/$(CONNECT_VERSION).log;

0 commit comments

Comments
 (0)