An error occurred while loading code owners.
-
Giovanni Bussi authored
Can be used to skip a regtest based on some complex test. E.g., to skip a test on mac add this to the config file: function plumed_custom_skip(){ if [ "$(uname)" == "Darwin" ] ; then return 0 fi }
Giovanni Bussi authoredCan be used to skip a regtest based on some complex test. E.g., to skip a test on mac add this to the config file: function plumed_custom_skip(){ if [ "$(uname)" == "Darwin" ] ; then return 0 fi }
Code owners
Assign users and groups as approvers for specific file changes. Learn more.