ci: enable missing tests

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2022-09-09 01:10:40 +02:00 committed by Gitea
parent 48b0ba8f63
commit dd2a7122c2
1 changed files with 3 additions and 3 deletions

View File

@ -94,9 +94,9 @@ local release() = {
[
testing("1.19", "amd64"),
// testing("1.19", "arm64"),
// testing("1.18", "amd64"),
// testing("1.18", "arm64"),
testing("1.19", "arm64"),
testing("1.18", "amd64"),
testing("1.18", "arm64"),
release()
]