Skip to content

CI/CD: fix Tests [GCC] - macOS #14

CI/CD: fix Tests [GCC] - macOS

CI/CD: fix Tests [GCC] - macOS #14

name: Std Tests [Clang] - macOS
on: [push, pull_request]
jobs:
build-and-exec:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v4
- uses: Panquesito7/[email protected]
with:
version: dev
directory: .
add-to-path: true
- name: Test - std::math::big
run: |
julec test --compiler clang -o test std/math/big
./test