Skip to content

remove () from asUInt() (#72) #23

remove () from asUInt() (#72)

remove () from asUInt() (#72) #23

Workflow file for this run

name: CI
on:
pull_request:
push:
jobs:
test:
strategy:
fail-fast: false
matrix:
include:
- os: ubuntu-latest
java: 8
- os: ubuntu-latest
java: 11
- os: ubuntu-latest
java: 17
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup JDK
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: ${{ matrix.java }}
cache: sbt
- name: Install Verilator
run: sudo apt-get install -y verilator gcc
- name: Build and test
shell: bash
run: make test