[#171] Remove unit tests from pipeline
ci/woodpecker/push/pre-commit Pipeline was successful Details

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>
pull/171/head
Alexey Vanin 2023-03-24 10:50:11 +03:00
parent d857ffeb2e
commit 9ffa0d8fea
1 changed files with 0 additions and 6 deletions

View File

@ -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