Skip to content

Commit

Permalink
Compile more metadata during CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ajalt committed Aug 31, 2024
1 parent d9f45a9 commit 8b68133
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
os: [macos-latest, windows-latest, ubuntu-latest]
include:
- os: ubuntu-latest
EXTRA_GRADLE_ARGS: :test:proguard:r8jar apiCheck
EXTRA_GRADLE_ARGS: apiCheck :test:proguard:r8jar
- os: macos-latest
EXTRA_GRADLE_ARGS: :mordant:compilePosixMainKotlinMetadata
EXTRA_GRADLE_ARGS: :mordant:compileNativeMainKotlinMetadata :mordant:compilePosixMainKotlinMetadata :mordant:compileAppleMainKotlinMetadata
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@v4
Expand All @@ -39,11 +39,11 @@ jobs:
- name: Run tests
run: >-
./gradlew
${{matrix.EXTRA_GRADLE_ARGS}}
:mordant:check
:mordant-coroutines:check
:mordant-markdown:check
:test:graalvm:nativeTest
${{matrix.EXTRA_GRADLE_ARGS}}
--stacktrace
- name: Run R8 Jar
if: ${{ matrix.os == 'ubuntu-latest' }}
Expand Down

0 comments on commit 8b68133

Please sign in to comment.