File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -16,16 +16,12 @@ jobs:
16
16
# https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#example-including-additional-values-into-combinations
17
17
include :
18
18
- os : macos-latest
19
- build : eval $(opam env) && cd analysis && make test
20
19
artifact-folder : darwin
21
20
- os : macos-arm
22
- build : eval $(opam env) && cd analysis && make test
23
21
artifact-folder : darwinarm64
24
22
- os : ubuntu-18.04
25
- build : eval $(opam env) && cd analysis && make test
26
23
artifact-folder : linux
27
24
- os : windows-latest
28
- build : " cd analysis && & $env:CYGWIN_ROOT\\ bin\\ ocaml-env exec -- make test"
29
25
artifact-folder : win32
30
26
31
27
runs-on : ${{matrix.os}}
65
61
# - run: opam install . --deps-only --with-doc --with-test
66
62
67
63
- name : Build and test
68
- run : ${{matrix.build}}
64
+ run : opam exec -- make test
65
+ working-directory : analysis
69
66
70
67
# Also avoids artifacts upload permission loss:
71
68
# https://github.com/actions/upload-artifact/tree/ee69f02b3dfdecd58bb31b4d133da38ba6fe3700#permission-loss
You can’t perform that action at this time.
0 commit comments