File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -100,15 +100,7 @@ $ cabal test func-test --test-option "-p hlint"
100
100
```
101
101
102
102
The above recompiles everything every time you use a different test option though.
103
-
104
- An alternative, which only recompiles when tests (or dependencies) change:
105
-
106
- ``` bash
107
- $ cabal run haskell-language-server:func-test -- -p " hlint enables"
108
- ```
109
-
110
- Yet another way to pass the pattern without recompilation is to use the ` TASTY_PATTERN ` environment variable.
111
- Run any of the ` cabal test ` commands above and set it to your pattern, e.g.:
103
+ An alternative, which only recompiles when tests (or dependencies) change is to pass the ` TASTY_PATTERN ` environment variable:
112
104
113
105
``` bash
114
106
$ TASTY_PATTERN=' hlint' cabal test func-test
You can’t perform that action at this time.
0 commit comments