Skip to content

Update scalacheck to 1.17.1 #746

Update scalacheck to 1.17.1

Update scalacheck to 1.17.1 #746

Workflow file for this run

name: Build
on:
workflow_dispatch:
inputs: {}
push:
branches: [ "develop" ]
tags: [ "v**" ]
pull_request:
branches: [ "develop" ]
jobs:
sbt-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run tests
run: sbt +test
build-native:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build native app
run: sbt GraalVMNativeImage/packageBin
- name: Check native app
run: ./target/graalvm-native-image/leaderboard :help