Skip to content

update hacl to ad60c9d98c9ce8f6a4fa13090511fa4b3a2c137b #629

update hacl to ad60c9d98c9ce8f6a4fa13090511fa4b3a2c137b

update hacl to ad60c9d98c9ce8f6a4fa13090511fa4b3a2c137b #629

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