Skip to content

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

CI/CD: fix Tests [GCC] - macOS

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

name: Std Tests [Clang] - Ubuntu
on: [push, pull_request]
jobs:
build-and-exec:
runs-on: ubuntu-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