From 41baf180a34c15d3f9b122ff056fb99d8b73df0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 29 Sep 2021 14:45:53 +0300 Subject: [PATCH] [ci] merge test and lint steps to one --- .build.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.build.yml b/.build.yml index ff5981d..c2d12c3 100644 --- a/.build.yml +++ b/.build.yml @@ -9,10 +9,8 @@ sources: tasks: - setup: | go install honnef.co/go/tools/cmd/staticcheck@latest - - test: | - make -C undocker coverage.html - - lint: | - make -C undocker -O -j$(nproc) lint + - built-test-lint: | + make -C undocker -O -j$(nproc) undocker coverage.html lint - usage: | # like 'grep -q', but prints output too. # | tee /dev/stderr doesn't work on sourcehut workers; permission denied.