If there is not tag specified for a test file it is executed regardless or tags configuration. Previously this created the situation when some unittests when executed always even though e.g. 'integration' tag was specified.
This commit fixes that by adding tags to all files.
If there is not tag specified for a test file it is executed regardless or tags configuration. Previously this created the situation when some unittests when executed always even though e.g. 'integration' tag was specified.
This commit fixes that by adding tags to all files.
Fixes: https://github.com/scylladb/gocql-driver-matrix/issues/17