Skip to content

Commit

Permalink
trying to generate binary file
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Dec 6, 2023
1 parent 2dce646 commit 2c37438
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/io_gnu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ jobs:
make -j2 VERBOSE=1
ls -l
pwd
./ww3_grid
./bin/ww3_grid
ls -l
ctest --verbose --output-on-failure --rerun-failed
gcovr --root .. -v --html-details --exclude ../model/tests --exclude CMakeFiles --print-summary -o test-coverage.html &> /dev/null
Expand Down

0 comments on commit 2c37438

Please sign in to comment.