Skip to content

add a call-next-method for define-message-dispatch #27

add a call-next-method for define-message-dispatch

add a call-next-method for define-message-dispatch #27

Workflow file for this run

name: main
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
container: rigetti/quilc
steps:
- name: Check out aether
uses: actions/checkout@v2
with:
path: aether
- name: Run the test suite
run: |
# run the tests via the Makefile
cd aether
sbcl --version
make test