forked from TrueCloudLab/frostfs-node
[#171] Remove unit tests from pipeline
Unit tests are included as pre-commit hook. They are triggered by the change of .go files. Signed-off-by: Alex Vanin <a.vanin@yadro.com>
This commit is contained in:
parent
d857ffeb2e
commit
9ffa0d8fea
1 changed files with 0 additions and 6 deletions
|
@ -9,9 +9,3 @@ pipeline:
|
|||
commands:
|
||||
- export HOME="$(getent passwd $(id -u) | cut '-d:' -f6)"
|
||||
- pre-commit run --hook-stage manual
|
||||
|
||||
unit:
|
||||
image: git.frostfs.info/truecloudlab/frostfs-ci:v0.36
|
||||
commands:
|
||||
- export HOME="$(getent passwd $(id -u) | cut '-d:' -f6)"
|
||||
- make test
|
||||
|
|
Loading…
Reference in a new issue