We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d94dde commit 4059e25Copy full SHA for 4059e25
.github/workflows/haskell-ci.yaml
@@ -66,9 +66,12 @@ jobs:
66
- name: Test
67
run: |
68
project_file="$(pwd)/cabal.project.test"
69
+ test_file="$(pwd)/test.txt"
70
+
71
cd ../vector-quicksort-*/
72
cabal run --project-file "$project_file" test -- --quickcheck-tests=100000 --quickcheck-max-size=1000
73
74
+ cp -v "$test_file" .
75
cabal run --project-file "$project_file" bench -- --stdev 100 --timeout 600
76
77
- name: Doctest
0 commit comments