mirror of
https://github.com/fastfloat/fast_float.git
synced 2025-12-06 08:46:49 +08:00
adding sanitized tests
This commit is contained in:
parent
5334e2ba94
commit
9be7de5998
16
.github/workflows/ubuntu22-sanitize.yml
vendored
Normal file
16
.github/workflows/ubuntu22-sanitize.yml
vendored
Normal file
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user