Skip to content

add functional test + gate/modernize ci #2

add functional test + gate/modernize ci

add functional test + gate/modernize ci #2

Workflow file for this run

name: Test
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v5
- name: Run test suite
run: ./test.sh