We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2393c55 commit 0abcadaCopy full SHA for 0abcada
regex-syntax/test
@@ -1,5 +1,7 @@
1
#!/bin/bash
2
3
+set -e
4
+
5
# This is a convenience script for running a broad swath of the syntax tests.
6
echo "===== DEFAULT FEATURES ==="
7
cargo test
test
# This is a convenience script for running a broad swath of tests across
# features. We don't test the complete space, since the complete space is quite
# large. Hopefully once we migrate the test suite to better infrastructure
0 commit comments