Skip to content

Commit

Permalink
ci: ignore ocaml tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hougesen committed Mar 18, 2024
1 parent b3043e6 commit e516985
Show file tree
Hide file tree
Showing 5 changed files with 1,532 additions and 116 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ jobs:
# just_fmt
- uses: taiki-e/install-action@just
# ocamlformat
- uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: "5.1"
#- uses: ocaml/setup-ocaml@v2
# with:
# ocaml-compiler: "5.1"

- run: rustup toolchain install stable --profile minimal
- run: rustup component add rustfmt clippy
Expand Down Expand Up @@ -155,17 +155,14 @@ jobs:
- name: usort
run: pip install usort

- name: ocamlformat
run: eval $(opam env) && opam install ocamlformat && eval $(opam env) && ocamlformat --version
#- name: ocamlformat
# run: eval $(opam env) && opam install ocamlformat && eval $(opam env) && ocamlformat --version

- name: blade-formatter
run: npx --yes blade-formatter --version

- name: crystal_format
run: crystal tool format --help

- name: run ocaml tests
run: cargo test ocaml

- name: run tests
run: cargo test
Loading

0 comments on commit e516985

Please sign in to comment.