Add script for running test suite while skipping slow tests

This commit is contained in:
Zach Borboa
2022-09-28 14:54:23 -07:00
parent cab99aaee5
commit 7bce4bfcd5
+4
View File
@@ -0,0 +1,4 @@
# Let tests know we should skip slow tests.
export PHP_CURL_CLASS_SKIP_SLOW_TESTS="1"
source "run.sh"