Skip to content

Commit

Permalink
more testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Nov 22, 2023
1 parent 7e15ae2 commit 65bf107
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/runtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,12 @@ jobs:
- name: cmake build
shell: bash
run: |
export NETCDF_Fortran_LIBRARY=/usr/lib/x86_64-linux-gnu/libnetcdff.a
export NETCDF_Fortran_INCLUDE_DIR=/usr/include
export FCFLAGS="-Wall -fsanitize=address -static-libasan"
export LDFLAGS=" -static-libasan"
mkdir build
cd build
cmake -Wno-dev ../
make VERBOSE=1
make test

0 comments on commit 65bf107

Please sign in to comment.