Use the long flag

Full English words are a bit easier to deal with, sometimes.
This commit is contained in:
joneshf 2018-08-26 10:34:35 -07:00
parent d096c84527
commit c732a32f65
No known key found for this signature in database
GPG Key ID: C8FFFC4E889B880E

View File

@ -12,7 +12,7 @@ jobs:
name: Restoring cache name: Restoring cache
- run: - run:
name: Compile name: Compile
command: nix-shell --run 'make sdist test -j2' command: nix-shell --run 'make sdist test --jobs=2'
environment: environment:
CABAL_BUILD_FLAGS: --jobs=2 CABAL_BUILD_FLAGS: --jobs=2
- save_cache: - save_cache: