Skip to content

Commit

Permalink
Disable tests for non-x86_64
Browse files Browse the repository at this point in the history
Signed-off-by: Paul-Elliot <[email protected]>
  • Loading branch information
panglesd committed Sep 5, 2022
1 parent c5e3afe commit e74d6f3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,27 +48,35 @@ jobs:
run: docker image ls

- name: "Test: install"
if: ${{matrix.platform.target_arch == 'x86_64'}}
run: ./test/run_test.sh install

- name: "Test: ocaml5"
if: ${{matrix.platform.target_arch == 'x86_64'}}
run: ./test/run_test.sh ocaml5

- name: "Test: version"
if: ${{matrix.platform.target_arch == 'x86_64'}}
run: ./test/run_test.sh version

- name: "Test: install-in-small-project"
if: ${{matrix.platform.target_arch == 'x86_64'}}
run: ./test/run_test.sh small-project install-in-small-project

- name: "Test: odoc"
if: ${{matrix.platform.target_arch == 'x86_64'}}
run: ./test/run_test.sh odoc

- name: "Test: ocamlformat"
if: ${{matrix.platform.target_arch == 'x86_64'}}
run: ./test/run_test.sh ocamlformat

- name: "Test: reinstall_cached"
if: ${{matrix.platform.target_arch == 'x86_64'}}
run: ./test/run_test.sh reinstall_cached

- name: "Test: reinstall_ocamlformat"
if: ${{matrix.platform.target_arch == 'x86_64'}}
run: ./test/run_test.sh reinstall_ocamlformat

- name: Build release tarball
Expand Down

0 comments on commit e74d6f3

Please sign in to comment.