Skip to content

Add a breaking change to one of the tests to check if Github action w… #12

Add a breaking change to one of the tests to check if Github action w…

Add a breaking change to one of the tests to check if Github action w… #12

Workflow file for this run

name: Run tests from makefile
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Docker test
run: docker run -v ${PWD}:/work --user $(id -u):$(id -g) -e CCACHE_DIR=/work/.ccache --entrypoint make verilator/verilator:stable