TopoToolbox / libtopotoolbox

A C library for the analysis of digital elevation models.
https://topotoolbox.github.io/libtopotoolbox/
GNU General Public License v3.0
0 stars 3 forks source link

Run only one Debug job #63

Closed wkearn closed 6 days ago

wkearn commented 6 days ago

Fixes #61

A new job is added to .github/workflows/ci.yaml that builds the Debug configuration and runs the tests with AddressSanitizer on Ubuntu. The other jobs build the Release configuration and run the tests on various operating systems. The Release jobs also continue to build the shared library to confirm that it links properly.