Skip to content

feat(p/int256): Optimize int256 with two's complement implementation #6912

feat(p/int256): Optimize int256 with two's complement implementation

feat(p/int256): Optimize int256 with two's complement implementation #6912

Workflow file for this run

name: tm2
on:
push:
branches:
- master
workflow_dispatch:
pull_request:
jobs:
main:
name: Run Main
uses: ./.github/workflows/main_template.yml
with:
modulepath: "tm2"
secrets:
codecov-token: ${{ secrets.CODECOV_TOKEN }}