Skip to content

Merge pull request #89 from rlorigro/main #24

Merge pull request #89 from rlorigro/main

Merge pull request #89 from rlorigro/main #24

Workflow file for this run

name: CMake
on:
push:
branches: [ "development" ]
pull_request:
branches: [ "development" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: make clean all
- name: Test
run: bash ./tests/wfa.utest.sh