Skip to content

trying to speed up tests again, on new node version? #6

trying to speed up tests again, on new node version?

trying to speed up tests again, on new node version? #6

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: 24
- name: udpate and install
run: |
npm update
make install
- name: build
run: make
- name: run tests
run: make all-pyret-test