Skip to content

cover mapping for INT8/INT16 and isSigned(INT32) to Integer and Unsig… #239

cover mapping for INT8/INT16 and isSigned(INT32) to Integer and Unsig…

cover mapping for INT8/INT16 and isSigned(INT32) to Integer and Unsig… #239

Workflow file for this run

name: verify
on:
pull_request:
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'graalvm'
cache: maven
- run: ./mvnw clean verify
# TODO: check native-image can build ice