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)' ./...