Skip to content

Make sure that fraction addition and subtraction stays in valid range… #1430

Make sure that fraction addition and subtraction stays in valid range…

Make sure that fraction addition and subtraction stays in valid range… #1430

Workflow file for this run

name: emscripten
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
emscripten:
env:
EMSCRIPTEN_VERSION: 3.1.43
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Install emscripten
run: |
./scripts/install-ci-linux.sh
- name: Prepare CI
run: |
./scripts/prepare-ci.sh
- name: Run tests
run: |
./scripts/run-ci.sh