You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are two ways to run tests: in CI with GitHub actions and locally with
63
+
`./validate.sh`.
64
+
62
65
### Using GitHub Actions.
63
66
64
67
If you are not in a hurry, the most convenient way to run tests on Cabal
@@ -115,6 +118,9 @@ or continuous integration breakage; please file a bug.
115
118
116
119
### Running tests locally.
117
120
121
+
The [`./validate.sh`](./validate.sh) script runs all the test suites. It takes
122
+
various options to restrict the test suites it runs; use `--help` to list them.
123
+
118
124
To run tests locally with `cabal`, you will need to know the
119
125
name of the test suite you want. Cabal and cabal-install have
120
126
several. Also, you'll want to read [Where are my build products?](http://cabal.readthedocs.io/en/latest/nix-local-build.html#where-are-my-build-products)
0 commit comments