Skip to content

Merge pull request #5 from OrbitNTNU/4-add-example-with-calculator #19

Merge pull request #5 from OrbitNTNU/4-add-example-with-calculator

Merge pull request #5 from OrbitNTNU/4-add-example-with-calculator #19

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