Skip to content

Try fixing test.yml workflow #3

Try fixing test.yml workflow

Try fixing test.yml workflow #3

Workflow file for this run

name: C CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: make test
run: make test