Skip to content

fix: Correctly inherit vtypes to all symbols #12

fix: Correctly inherit vtypes to all symbols

fix: Correctly inherit vtypes to all symbols #12

Workflow file for this run

name: Test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: "additional dependencies"
run: sudo apt update && sudo apt install -y jq
- name: make
run: make -f Makefile.gnu
- name: make test
run: make -f Makefile.gnu test