Skip to content

Overwrite pkgconfig #15

Overwrite pkgconfig

Overwrite pkgconfig #15

Workflow file for this run

name: test
on: [pull_request, workflow_dispatch]
jobs:
linux:
name: linux
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: make all
- name: Run tests
run: ./src/test