Skip to content

Commit

Permalink
remove pytest -k flag
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Nov 9, 2023
1 parent 2d411e6 commit 987fdff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
fi
echo "Running pytest with args: ${args[@]}"
pytest -k "test_client_good_connection" --cov=arango --cov-report=xml "${args[@]}"
pytest --cov=arango --cov-report=xml "${args[@]}"
docs:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 987fdff

Please sign in to comment.