From 03d5537b4bc8a6e0a9fd08cb77d4ba16c0a99e49 Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Tue, 28 Jan 2025 08:51:27 +0800 Subject: [PATCH] . --- .github/workflows/run-tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 42c31c54e67..046c4f8df2e 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -139,6 +139,9 @@ jobs: millargs: "contrib.__.test" install-android-sdk: false + # Run this one using `.native` as a smoketest. Also make sure the java-version + # is the same as that used in the `build-linux` job to avoid diverging code + # hashes (https://github.com/com-lihaoyi/mill/pull/4410) - java-version: 11 millargs: "example.javalib.__.native.server.test" install-android-sdk: false