Skip to content

Initial commit

Initial commit #32

Workflow file for this run

on: [push, pull_request]
env:
APT_INSTALL: sudo apt install -y --no-install-recommends
jobs:
jammy_test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- run: make install_deps_apt
- run: make install
- run: make test