Skip to content

feat: added Abs() funcs, support for overflow for uints + tests #8458

feat: added Abs() funcs, support for overflow for uints + tests

feat: added Abs() funcs, support for overflow for uints + tests #8458

Workflow file for this run

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