Skip to content

Add AS_EXTERN to previously private functions that are now being call… #5

Add AS_EXTERN to previously private functions that are now being call…

Add AS_EXTERN to previously private functions that are now being call… #5

Workflow file for this run

name: Build
on:
push:
jobs:
build-n-test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Build
run: "make"
- name: Test
run: "make test"