Skip to content

Commit

Permalink
Remove compilation test from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
filipeom committed Jan 21, 2024
1 parent c578f09 commit abfaa57
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,3 @@ jobs:
run: opam exec -- dune build @install
- name: Test
run: opam exec -- dune runtest
- name: Compile interpreters
run: |
cd JS-Interpreters
opam exec -- dune exec -- ecma-sl compile ecmaref5/main.esl --untyped > /dev/null
opam exec -- dune exec -- ecma-sl compile ecmaref6/main.esl --untyped > /dev/null

0 comments on commit abfaa57

Please sign in to comment.