aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Jarry <robin@jarry.cc>2023-08-16 13:34:04 +0200
committerRobin Jarry <robin@jarry.cc>2023-08-24 14:14:45 +0200
commitfd0d9dd8dbd1f2ed3aa5a9dda6c3f4c18eccb3ac (patch)
tree6bc81f090c8dc11218c34418a145cc3934ed2c8c
parent180fffa92ec7e9bc4a957be75f286f1f0d120ad6 (diff)
downloadaerc-fd0d9dd8dbd1f2ed3aa5a9dda6c3f4c18eccb3ac.tar.gz
aerc-fd0d9dd8dbd1f2ed3aa5a9dda6c3f4c18eccb3ac.zip
ci: run all tests
Do not restrict to go tests only. Also run filter tests. Signed-off-by: Robin Jarry <robin@jarry.cc> Reviewed-by: Karel Balej <balejk@matfyz.cz>
-rw-r--r--.builds/alpine-edge.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.builds/alpine-edge.yml b/.builds/alpine-edge.yml
index 9433a808..9c5b8888 100644
--- a/.builds/alpine-edge.yml
+++ b/.builds/alpine-edge.yml
@@ -27,7 +27,7 @@ tasks:
make checkinstall
- test: |
cd aerc
- go test ./...
+ make tests
- ancient-go-version: |
curl -O https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/go-1.18.7-r0.apk
sudo apk add ./go-1.18.7-r0.apk