Skip to content

Bump mimalloc from 0.1.29 to 0.1.39 in /rust/sbp2json (#1463) #1228

Bump mimalloc from 0.1.29 to 0.1.39 in /rust/sbp2json (#1463)

Bump mimalloc from 0.1.29 to 0.1.39 in /rust/sbp2json (#1463) #1228

Workflow file for this run

name: JavaScript
on:
workflow_dispatch:
push:
branches:
- master
- staging
tags:
- "*"
pull_request:
paths:
- "javascript/**"
- "spec/tests/**"
- package.json
- package-lock.json
- .github/workflows/javascript.yaml
jobs:
coverage:
name: Test
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v5
- name: Run tests
shell: bash
run: make test-javascript