Skip to content

chore: fix rust toolchain to nightly-2025-07-16 #307

chore: fix rust toolchain to nightly-2025-07-16

chore: fix rust toolchain to nightly-2025-07-16 #307

Workflow file for this run

name: test
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "20.x"
- run: npm ci
- run: npm run build
- run: npm test
- run: |
cd examples/nextjs
npm ci
npm run build
- run: |
cd examples/nodejs
npm ci
npm run build
npm run start