ci: re-enable valgrind tests
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user