Skip to content

Commit

Permalink
Use 'test' in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
elegios committed Dec 6, 2024
1 parent 3576d8a commit cc81060
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# Install dependencies of owl
sudo apt-get install -y liblapacke-dev libopenblas-dev
# Install all opam packages used in make test-all
# Install all opam packages used in make test
opam install -y dune linenoise pyml toml lwt owl ocamlformat.0.24.1
- name: Build Miking
Expand All @@ -42,7 +42,7 @@ jobs:
timeout-minutes: 60
run: |
eval $(opam env)
make test-all
make test
build-and-test-mac-os:
runs-on: macos-13
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
ln -s $(brew --prefix gcc)/lib/gcc/current/libgcc_s.1.1.dylib $(brew --prefix openblas)/lib
ln -s $(brew --prefix gcc)/lib/gcc/current/libquadmath.0.dylib $(brew --prefix openblas)/lib
# Install all opam packages used in make test-all
# Install all opam packages used in make test
opam install -y dune linenoise pyml toml lwt owl ocamlformat.0.24.1
- name: Build Miking
Expand All @@ -86,4 +86,4 @@ jobs:
timeout-minutes: 60
run: |
eval $(opam env)
make test-all
make test

0 comments on commit cc81060

Please sign in to comment.