We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cdbb7a commit 67aca11Copy full SHA for 67aca11
.github/workflows/tests.yml
@@ -90,7 +90,8 @@ jobs:
90
if [ "${LOOP_IMPL}" = "uvloop" ]; then
91
export USE_UVLOOP=1
92
fi
93
- uv run --with "geltest@git+https://github.com/geldata/geltest.git@main" \
+ uv run --verbose --extra=test \
94
+ --with "geltest@git+https://github.com/geldata/geltest.git@main" \
95
geltest
96
97
# This job exists solely to act as the test job aggregate to be
0 commit comments