Skip to content

Fix LLVM error when mocking methods with value classes with Kotlin Na… #100

Fix LLVM error when mocking methods with value classes with Kotlin Na…

Fix LLVM error when mocking methods with value classes with Kotlin Na… #100

Workflow file for this run

name: Tests Mokkery
on:
workflow_dispatch:
push:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
- name: Gradle build
run: ./gradlew build --no-daemon --stacktrace