Skip to content

Improwing speed and reduce code size when fast_float is using as internal parser code. #6

Improwing speed and reduce code size when fast_float is using as internal parser code.

Improwing speed and reduce code size when fast_float is using as internal parser code. #6

name: Ubuntu latest CI Sanitized
on: [push, pull_request]
jobs:
ubuntu-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: Use cmake
run: |
mkdir build &&
cd build &&
cmake -DFASTFLOAT_TEST=ON -D FASTFLOAT_SANITIZE=ON .. &&
cmake --build . &&
ctest --output-on-failure