Skip to content

Make the test suite more friendly to WebAssembly. #2847

Make the test suite more friendly to WebAssembly.

Make the test suite more friendly to WebAssembly. #2847

Workflow file for this run

name: CLA
on: [pull_request]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: ./ci/check-cla.sh "${{ github.event.pull_request.user.login }}"