Skip to content

examples/in.lox not working right now, rm it #13

examples/in.lox not working right now, rm it

examples/in.lox not working right now, rm it #13

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [ master ]
jobs:
test_macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: run tests macos
run: CC=clang make test
test_ubuntu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: run tests ubuntu
run: CC=gcc make test