Skip to content

Add more tests around user defined input stack effects (#82) #95

Add more tests around user defined input stack effects (#82)

Add more tests around user defined input stack effects (#82) #95

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Default target
run: make
- name: Run tests
run: make WHAT=blue_test compile run