Skip to content

Commit

Permalink
adding sanitized tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire committed Jan 28, 2024
1 parent 5334e2b commit 9be7de5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/ubuntu22-sanitize.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Ubuntu 22.04 CI Sanitized (GCC 11)

on: [push, pull_request]

jobs:
ubuntu-build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Use cmake
run: |
mkdir build &&
cd build &&
cmake -DFASTFLOAT_TEST=ON -D FASTFLOAT_SANITIZE=ON .. &&
cmake --build . &&
ctest --output-on-failure

0 comments on commit 9be7de5

Please sign in to comment.