Skip to content

Commit

Permalink
tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikBengtsson committed Jun 6, 2024
1 parent 84ecf90 commit dc385c0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,13 +124,14 @@ $ make check-api/seguid-r

## Parallel option

Pass a `BATS_JOBS` environment variable, eg `BATS_JOBS=16 make`

You need [GNU parallel](https://www.gnu.org/software/parallel/)
Pass a `BATS_JOBS` environment variable, e.g. `BATS_JOBS=16 make`.
You need [GNU parallel](https://www.gnu.org/software/parallel/) for
this to work.

## Requirements

The checks are implemented in Bash and Bats (Bash Automated Testing System):
The checks are implemented in Bash and Bats (Bash Automated Testing
System):

* Bash
* [bats-core]
Expand Down

0 comments on commit dc385c0

Please sign in to comment.