Skip to content

Commit 0e6cdd2

Browse files
committed
test not test-all in ci
1 parent 97cf97f commit 0e6cdd2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
# https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#example-including-additional-values-into-combinations
1717
include:
1818
- os: macos-latest
19-
build: eval $(opam env) && cd analysis && make test-all
19+
build: eval $(opam env) && cd analysis && make test
2020
artifact-folder: darwin
2121
- os: ubuntu-18.04
22-
build: eval $(opam env) && cd analysis && make test-all
22+
build: eval $(opam env) && cd analysis && make test
2323
artifact-folder: linux
2424
- os: windows-latest
25-
build: "cd analysis && & $env:CYGWIN_ROOT\\bin\\ocaml-env exec -- make test-all"
25+
build: "cd analysis && & $env:CYGWIN_ROOT\\bin\\ocaml-env exec -- make test"
2626
artifact-folder: win32
2727

2828
runs-on: ${{matrix.os}}

0 commit comments

Comments
 (0)