Skip to content

add test.sh + gate ci on it, modernize publish workflow #2

add test.sh + gate ci on it, modernize publish workflow

add test.sh + gate ci on it, modernize publish workflow #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