Skip to content

Commit fd8b092

Browse files
committed
headings
1 parent 7993203 commit fd8b092

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ $ cabal build cabal-tests # etc...
5959
6060
## Running tests
6161

62-
**Using GitHub Actions.**
62+
### Using GitHub Actions.
63+
6364
If you are not in a hurry, the most convenient way to run tests on Cabal
6465
is to make a branch on GitHub and then open a pull request; our
6566
continuous integration service on GitHub Actions builds and
@@ -83,7 +84,8 @@ Some tips for using GitHub Actions effectively:
8384
already failed), be nice to others and cancel the rest of the jobs,
8485
so that other commits on the build queue can be processed.
8586

86-
**How to debug a failing CI test.**
87+
### How to debug a failing CI test.
88+
8789
One of the annoying things about running tests on CI is when they
8890
fail, there is often no easy way to further troubleshoot the broken
8991
build. Here are some guidelines for debugging continuous integration
@@ -111,7 +113,8 @@ failures:
111113
If none of these let you reproduce, there might be some race condition
112114
or continuous integration breakage; please file a bug.
113115

114-
**Running tests locally.**
116+
### Running tests locally.
117+
115118
To run tests locally with `cabal`, you will need to know the
116119
name of the test suite you want. Cabal and cabal-install have
117120
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

Comments
 (0)