Skip to content

Update ci.yml

Update ci.yml #8

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install iverilog
run: sudo apt-get install -y iverilog
- uses: actions/checkout@v1
- name: Run Tests
run: make test