Skip to content

initial import

initial import #1

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
# - name: Install prerequisites
# run: sudo apt-get install -y libssl-dev check
- name: Build tests
run: make test
- name: Run tests
run: ./test