Skip to content

feat: rewrite to run on plv8 and add support for pg_tle #2

feat: rewrite to run on plv8 and add support for pg_tle

feat: rewrite to run on plv8 and add support for pg_tle #2

Workflow file for this run

name: JS CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
rust:
- stable
steps:
- uses: actions/checkout@v3
- name: Setup Node.js environment
uses: actions/[email protected]
- name: Setup Deno
uses: denoland/[email protected]
- name: NPM install with caching
run: npm install
- name: Build
run: npm run build
- name: Node Test
run: npm run test
- name: Deno Test
run: deno test -A ./tests/mod.test.ts