Skip to content

fix test on BASH_REMATCH #6

fix test on BASH_REMATCH

fix test on BASH_REMATCH #6

Workflow file for this run

name: Run tests
on: [push, pull_request]
jobs:
make_test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: run autogen
run: ./autogen.sh
- name: run configure
run: ./configure
- name: run tests
run: make test