Skip to content

Commit

Permalink
Disable JS testsuite
Browse files Browse the repository at this point in the history
  • Loading branch information
dhil committed Sep 1, 2023
1 parent dd4e5a1 commit 08de56b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci-interpreter.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI for interpreter & tests
2name: CI for interpreter & tests

on:
push:
Expand Down Expand Up @@ -31,4 +31,5 @@ jobs:
- name: Build interpreter
run: cd interpreter && opam exec make
- name: Run tests
run: cd interpreter && opam exec make JS=node ci
run: cd interpreter && opam exec make test
#run: cd interpreter && opam exec make JS=node ci

0 comments on commit 08de56b

Please sign in to comment.