Skip to content

Added clean script for tests #17

Added clean script for tests

Added clean script for tests #17

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