Skip to content

vcd factor out common safety check #68

vcd factor out common safety check

vcd factor out common safety check #68

Workflow file for this run

name: Scala/C++ CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: cache SBT deps
uses: actions/cache@v2
with:
path: |
~/.cache/coursier
~/.sbt
key: ${{ runner.os }}-sbt-${{ hashFiles('**/build.sbt') }}
- name: build
run: sbt compile
- name: run tests
run: sbt test