Skip to content

Commit

Permalink
.cirrus.yml: simplify test_script
Browse files Browse the repository at this point in the history
Mostly for readability.

Signed-off-by: Kir Kolyshkin <[email protected]>
  • Loading branch information
kolyshkin committed May 24, 2023
1 parent 68ee78b commit ef4fda9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,10 @@ lint_task:
build_script: |
apt-get update
apt-get install -y libbtrfs-dev libdevmapper-dev
test_script: make TAGS=regex_precompile local-validate && make lint && make clean
test_script: |
make TAGS=regex_precompile local-validate
make lint
make clean
# Update metadata on VM images referenced by this repository state
Expand Down

0 comments on commit ef4fda9

Please sign in to comment.