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-01-22 17:12:02 +0100
commit0f4369e6a6c8f7942b0ce5eee272b83a398c6b50 (patch)
treec0a5c8a487da63c410d6dd9244deb2c859fe883f
parent03b7c71438ded619d5bb06b8c899b88a0abdbda6 (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