Skip to content

enable pull request tests #2

enable pull request tests

enable pull request tests #2

Workflow file for this run

name: pull-request
on:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- uses: actions/setup-go@v4
with:
go-version: '>=1.20.0'
- run: npm install -g zx
- run: make build
- run: cd tests/sqlite && ../test.mjs