Skip to content

std::math::big: add the abs method to the Int #121

std::math::big: add the abs method to the Int

std::math::big: add the abs method to the Int #121

name: Std Tests [GCC] - macOS
on: [push, pull_request]
jobs:
build-and-exec:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v4
- uses: julelang/ci@main
- name: Test - std::math::big
run: |
julec test --compiler gcc --compiler-path g++-13 -o test std/math/big
./test