Skip to content

Commit

Permalink
update github workflow (remove test of obsolete lib)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerome Jackson committed Feb 15, 2024
1 parent 394b23a commit 002704b
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,6 @@ TESTDIR=$(pwd)/test-suite/
echo $TESTDIR
cd "$TESTDIR"

echo "****************************************"
echo "* RUNNING SERIAL TEST FOR LIBRARY MODE *"
echo "****************************************"
cd library-mode-test
# Create the binary for testing
make
# remove the output file from old runs, if there
rm -f results.dat
# Run it - if it crashes it should give a non-zero error
./test_library_serial.x
# Check the output values
./compare_results.py

## Going back to the test dir
cd "$TESTDIR"

# Default: serial, no mpirun. Run these in any case
echo "************************"
echo "* RUNNING SERIAL TESTS *"
Expand Down

0 comments on commit 002704b

Please sign in to comment.