Skip to content

update to HACL* ae5d839c2e1fa95055b618cda60aeb1c486c720c #759

update to HACL* ae5d839c2e1fa95055b618cda60aeb1c486c720c

update to HACL* ae5d839c2e1fa95055b618cda60aeb1c486c720c #759

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