Skip to content

Commit

Permalink
Merge pull request #27 from clash-lang/enable-parallel-tests
Browse files Browse the repository at this point in the history
enable parallel tests
  • Loading branch information
hydrolarus authored Mar 13, 2024
2 parents 06bd1d5 + e611b53 commit 1156fda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:
- name: Run `clash-vexriscv-sim` unittests
run: |
cabal run clash-vexriscv-sim:unittests
cabal run clash-vexriscv-sim:unittests -- -j2
- name: Run `clash-vexriscv-sim` HDL test
run: |
Expand Down
3 changes: 1 addition & 2 deletions clash-vexriscv-sim/clash-vexriscv-sim.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,7 @@ test-suite unittests
default-language: Haskell2010
hs-source-dirs: tests
type: exitcode-stdio-1.0
-- TODO: enable parallel tests:
-- ghc-options: -threaded -rtsopts -with-rtsopts=-N
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-tool-depends:
clash-vexriscv-sim:clash-vexriscv-bin
autogen-modules:
Expand Down

0 comments on commit 1156fda

Please sign in to comment.