ci: re-enable valgrind tests

This commit is contained in:
Tommaso Pecorella
2023-06-01 03:16:57 +02:00
parent e0da64be94
commit 2a44e56969

View File

@@ -25,7 +25,7 @@
- if [[ "$CI_JOB_STAGE" == "build" ]];
then ./ns3 build;
fi
- if [[ "$CI_JOB_STAGE" == "test" ]] || [[ "$FORCE_TESTS" == "True" ]];
- if [[ "$CI_JOB_STAGE" == "test" ]] || [[ "$FORCE_TESTS" == "Force" ]];
then ./test.py -n $VALGRIND_FLAG $FULLNESS;
fi
cache: