Skip to content

Update munit to 1.0.2 #292

Update munit to 1.0.2

Update munit to 1.0.2 #292

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: coursier/setup-action@v1
with:
jvm: adopt:8
- uses: coursier/cache-action@v6
- name: Run tests
run: sbt -v +test