We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84fdb8d commit ebc70d4Copy full SHA for ebc70d4
integration/Makefile
@@ -140,5 +140,5 @@ test:
140
set -o pipefail; \
141
CONNECT_VERSION=${CONNECT_VERSION} \
142
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 | \
+ $(UV) run pytest -s --junit-xml=./reports/$(CONNECT_VERSION).xml | \
144
tee ./logs/$(CONNECT_VERSION).log;
0 commit comments