Skip to content

Update cats-effect, cats-effect-kernel to 3.5.7 #479

Update cats-effect, cats-effect-kernel to 3.5.7

Update cats-effect, cats-effect-kernel to 3.5.7 #479

Workflow file for this run

name: test
on:
push:
branches:
- '**'
tags-ignore:
- '*.*'
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/[email protected]
with:
distribution: 'adopt'
java-version: '17'
cache: 'sbt'
- name: Run tests
run: sbt "; test"