Skip to content

Merge pull request #41 from ambitus/feat/cicd-oss-housekeeping #28

Merge pull request #41 from ambitus/feat/cicd-oss-housekeeping

Merge pull request #41 from ambitus/feat/cicd-oss-housekeeping #28

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
build:
strategy:
fail-fast: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install clang
run: sudo apt-get install -y clang
- name: test
run: make test