Skip to content

Use repos by default, update README #28

Use repos by default, update README

Use repos by default, update README #28

Workflow file for this run

on:
push:
branches:
- '**'
pull_request:
types: [opened, reopened]
env:
APT: sudo apt install -y --no-install-recommends
jobs:
ubuntu20:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- run: ./install.sh tests
- run: make test
ubuntu22:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- run: ./install.sh tests
- run: make test