From fd0d9dd8dbd1f2ed3aa5a9dda6c3f4c18eccb3ac Mon Sep 17 00:00:00 2001 From: Robin Jarry Date: Wed, 16 Aug 2023 13:34:04 +0200 Subject: ci: run all tests Do not restrict to go tests only. Also run filter tests. Signed-off-by: Robin Jarry Reviewed-by: Karel Balej --- .builds/alpine-edge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.builds') 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 -- cgit