Skip to content

updated exploration #255

updated exploration

updated exploration #255

Workflow file for this run

name: Scala CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
container: michelsteuwer/docker-scala-opencl:scala2.12.10sbt1.3.5opencl2.0
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: Run tests
run: sbt test