Skip to content

Reactor networking support #3

Reactor networking support

Reactor networking support #3

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "horizon" ]
pull_request:
branches: [ "horizon" ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
node-version: 18
- name: udpate and install
run: |
npm update
make install
- name: build
run: make
- name: run tests
run: make all-pyret-test