mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-05-31 19:16:41 +00:00
Running tests without `-mod=vendor` causes the tests to download the dependencies if these are not available in the standard go-module directories (parent directories of the project). All dependencies are already included in the ./vendor directory, so passing `-mod=vendor` prevents downloading the dependencies and speeds up testing a lot. Signed-off-by: Niels de Vos <ndevos@redhat.com>