Skip to content

v1.8.1 add bfloat16 and decode in-place #26

v1.8.1 add bfloat16 and decode in-place

v1.8.1 add bfloat16 and decode in-place #26

Workflow file for this run

name: "tests"
on:
push:
branches: ["main"]
paths:
- "**/*.js"
- "**/*.ts"
pull_request:
branches: ["*"]
paths:
- "**/*.js"
- "**/*.ts"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 20.x
- run: npm install
- run: npm run coverage