Skip to content

Commit b435465

Browse files
author
Hugo Osvaldo Barrera
committed
Merge style checks into tests
They're both run in pretty much the same environment, and it's unnecessary to spin up a separate VM for that.
1 parent 56688a6 commit b435465

File tree

2 files changed

+4
-16
lines changed

2 files changed

+4
-16
lines changed

.builds/style.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.builds/tests-release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,14 @@ tasks:
1616
cd vdirsyncer
1717
sudo systemctl start docker
1818
DAV_SERVER="radicale xandikos" make -e install-test
19+
make -e install-style
1920
- test: |
2021
cd vdirsyncer
2122
# Non-system python is used for packages:
2223
export PATH=$PATH:~/.local/bin/
2324
make -e ci-test
2425
DAV_SERVER=radicale make -e ci-test-storage
2526
DAV_SERVER=xandikos make -e ci-test-storage
27+
- style: |
28+
make -e install-style
29+
make -e style

0 commit comments

Comments
 (0)