Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Revert binary_encoder/binary_decoder to public #49

Revert binary_encoder/binary_decoder to public

Revert binary_encoder/binary_decoder to public #49

Workflow file for this run

name: Regression
on:
push:
branches:
- main
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup veryl
uses: veryl-lang/setup-veryl@v1
- name: Format check
run: veryl fmt --check
- name: Build check
run: veryl check
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Setup veryl
uses: veryl-lang/setup-veryl@v1
- name: Setup verilator
uses: veryl-lang/setup-verilator@v1
- name: Test
run: veryl test --sim verilator