Skip to content

update to hacl 309736b87a124ad1bdc2dc34e7768568039639e5 #721

update to hacl 309736b87a124ad1bdc2dc34e7768568039639e5

update to hacl 309736b87a124ad1bdc2dc34e7768568039639e5 #721

Workflow file for this run

name: js
on:
push:
branches:
- main
- dev
- 'hacl-star-**'
pull_request:
workflow_dispatch:
merge_group:
jobs:
default:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup
run: sudo apt-get install ninja-build nodejs
- name: Build JS bindings
run: |
./mach build -l js
- name: Test JS bindings
run: |
./mach test -l js