We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 434fdf0 commit 866308cCopy full SHA for 866308c
.travis.yml
@@ -41,5 +41,6 @@ install:
41
- stack --no-terminal --install-ghc test --only-dependencies
42
43
script:
44
-# Build the package, its tests, and its docs and run the tests
+# Run test and benchmark suites
45
- stack --no-terminal --skip-ghc-check test
46
+- stack --no-terminal --skip-ghc-check bench
README.md
@@ -27,7 +27,7 @@ This repository is organized as a single Stack project as follows
27
├── stack.yaml
28
└── test/
29
```
30
-where `[src](./src)` are solutions whose name follows the pattern
+where [src](./src) are solutions whose name follows the pattern
31
32
ChapterName/SectionName/ExerciseName.hs
33
0 commit comments