We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97cf97f commit 0e6cdd2Copy full SHA for 0e6cdd2
.github/workflows/ci.yml
@@ -16,13 +16,13 @@ jobs:
16
# https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#example-including-additional-values-into-combinations
17
include:
18
- os: macos-latest
19
- build: eval $(opam env) && cd analysis && make test-all
+ build: eval $(opam env) && cd analysis && make test
20
artifact-folder: darwin
21
- os: ubuntu-18.04
22
23
artifact-folder: linux
24
- os: windows-latest
25
- build: "cd analysis && & $env:CYGWIN_ROOT\\bin\\ocaml-env exec -- make test-all"
+ build: "cd analysis && & $env:CYGWIN_ROOT\\bin\\ocaml-env exec -- make test"
26
artifact-folder: win32
27
28
runs-on: ${{matrix.os}}
0 commit comments