Skip to content

Checking if previous workflow syntax works. #8

Checking if previous workflow syntax works.

Checking if previous workflow syntax works. #8

Workflow file for this run

name: tests
on: [push, workflow_dispatch]
jobs:
tests:
name: tests
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- working-directory: C
run: |
make -j
target/tests