Skip to content

Add -m option to run manual tests #15

Add -m option to run manual tests

Add -m option to run manual tests #15

Workflow file for this run

name: CI on Debian
on:
push:
branches: [main, develop]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: actions/checkout@v4
with:
submodules: recursive
- name: "Run tests"
run: test/run -p debian