Skip to content

Commit 40e21f2

Browse files
committed
Run entire test suite
1 parent 805e674 commit 40e21f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
fi
6969
./.venv/$bindir/pip install 'protobuf>=3.20' 'types-protobuf>=3.20' 'typing-extensions<5,>=4.2.0' pytest pytest_asyncio grpcio pydantic opentelemetry-api opentelemetry-sdk python-dateutil
7070
./.venv/$bindir/pip install --no-index --find-links=../dist temporalio
71-
./.venv/$bindir/python -m pytest -s -k test_workflow_hello
71+
./.venv/$bindir/python -m pytest
7272
7373
# Upload dist
7474
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)