Skip to content

Commit 9e05fe0

Browse files
committed
Fix typo to run integration test
1 parent b2538e2 commit 9e05fe0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,4 +241,4 @@ jobs:
241241
working-directory: python-client
242242
env:
243243
PYTEST_XDIST_AUTO_NUM_WORKERS: 2
244-
run: pdm run test -m 'not slow'
244+
run: pdm run test -m 'slow'

0 commit comments

Comments
 (0)