Skip to content

Commit ec47813

Browse files
committed
Remove linux removal, kotlin seems to exclude those automatically
Signed-off-by: penguindan <[email protected]>
1 parent 65343e9 commit ec47813

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,4 @@ jobs:
4646
uses: gradle/actions/setup-gradle@v5
4747

4848
- name: Run checks (skipping Linux tests)
49-
# linuxX64Test fails on macOS because it tries to execute the Linux binary
50-
run: ./gradlew check -x linuxX64Test --no-daemon --stacktrace
49+
run: ./gradlew check --no-daemon --stacktrace

0 commit comments

Comments
 (0)