forked from martijnbastiaan/doctest-parallel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhie.yaml
More file actions
30 lines (30 loc) · 713 Bytes
/
Copy pathhie.yaml
File metadata and controls
30 lines (30 loc) · 713 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
cradle:
multi:
- path: "./test/extract"
config:
cradle:
none:
- path: "./test/nix"
config:
cradle:
none:
- path: "./test/parse"
config:
cradle:
none:
- path: "./example"
config:
cradle:
none:
- path: "./"
config:
cradle:
cabal:
- path: "./src"
component: "lib:doctest-parallel"
- path: "./test/integration"
component: "lib:spectests-modules"
- path: "./test/doctests.hs"
component: "doctest-parallel:doctests"
- path: "./test"
component: "doctest-parallel:spectests"