Skip to content

replace travis by GitHub actions #2

replace travis by GitHub actions

replace travis by GitHub actions #2

Workflow file for this run

name: "CI"
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: make build
- run: make test