From 8bd720b8fe5788bbb7e13cc4939a2885e99c3533 Mon Sep 17 00:00:00 2001 From: AtomicFS Date: Sat, 14 Dec 2024 12:21:59 +0100 Subject: [PATCH] test(action): update taskfile test Signed-off-by: AtomicFS --- .github/workflows/go-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index 7c27f299..c652b7c0 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -96,4 +96,4 @@ jobs: - name: Run go test run: | cd action - go test -race -v -timeout 60m -shuffle=on -covermode=atomic -coverprofile coverage.out -skip '(TestLinux|TestEdk2|TestCoreboot|TestStitching)' ./... + go test -race -v -timeout 60m -shuffle=on -covermode=atomic -coverprofile coverage.out -skip '(TestLinux|TestEdk2|TestCoreboot|TestStitching|TestUniversal)' ./...