Skip to content

Use faster bun to build and publish #8

Use faster bun to build and publish

Use faster bun to build and publish #8

Workflow file for this run

# Build the crate, run the tests, and check the code format.
name: Build
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npx bun install
- run: npx bun run build
env:
TERMINUSDB_API_TOKEN: ${{ secrets.TERMINUSDB_API_TOKEN }}