Skip to content

Commit 606bfde

Browse files
committed
Pass -j1 flag to tasty when running tests on GitHub
1 parent 8393b40 commit 606bfde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@ jobs:
5656
- name: Test
5757
env:
5858
HLS_TEST_EXE: hls
59-
run: cabal test
59+
run: cabal test --test-options=-j1
6060

0 commit comments

Comments
 (0)