Skip to content

Div and Rem traits for I32 and I64 in house #1685

Div and Rem traits for I32 and I64 in house

Div and Rem traits for I32 and I64 in house #1685

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: software-mansion/setup-scarb@v1
with:
scarb-version: "2.6.4"
- run: scarb test --workspace && scarb fmt --workspace