Skip to content

CI: update CI workflow name and add badge for Regex Engine CI in README #2

CI: update CI workflow name and add badge for Regex Engine CI in README

CI: update CI workflow name and add badge for Regex Engine CI in README #2

name: Regex Engine CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
- name: Run tests in 'regex_engine'
run: |
cd regex_engine
go test ./...