Skip to content

Fixed uninitialized memory error (making valgrind unhappy) (fixes #87) #23

Fixed uninitialized memory error (making valgrind unhappy) (fixes #87)

Fixed uninitialized memory error (making valgrind unhappy) (fixes #87) #23

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