summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Fusik <piotr@fusion-lang.org>2024-01-22 17:12:02 +0100
committerPiotr Fusik <piotr@fusion-lang.org>2024-02-05 06:13:44 +0100
commit36289971f966f3e8dd1d428046c45074a7ba332c (patch)
tree327f911249d75edfe162793a704a61f9f9cb37fb
parent76d2cdbc6b69c7ae0d06617a8f97c3e06afcf201 (diff)
[test] Restore Java fut CI now that JDK 21.0.2 fixes https://bugs.java.com/bugdatabase/view_bug?bug_id=JDK-8321262
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 55c3221..c5df8ce 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -73,7 +73,7 @@ jobs:
- uses: actions/checkout@main
- run: make -j3 host-diff
- run: make -j3 java/GenBase.java
- #- run: make -j3 host-diff-java
+ - run: make -j3 host-diff-java
- run: make -j3 test-error FUT_HOST=cs
- run: make -j3 test-error FUT_HOST=java
- run: make -j3 test-error FUT_HOST=node