We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aff424 commit 2b18964Copy full SHA for 2b18964
ci/run_tests.sh
@@ -37,6 +37,7 @@ if [[ "$ERROR_ON_WARNINGS" == "1" ]]; then
37
done
38
fi
39
40
+PYTEST_CMD="$PYTEST_CMD -k test_a"
41
echo $PYTEST_CMD
42
sh -c "$PYTEST_CMD"
43
0 commit comments