Skip to content

Commit 65d5107

Browse files
committed
Remove problematic test guard for now.
1 parent a4f6878 commit 65d5107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/libc-fullbuild-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
162162
- name: Test
163163
# Skip UEFI tests until we have testing set up.
164-
if: ${{ ! endsWith(matrix.target, '-uefi-llvm') && matrix.enable_baremetal_build == "OFF" }}
164+
if: ${{ ! endsWith(matrix.target, '-uefi-llvm') }}
165165
run: >
166166
cmake
167167
--build ${{ steps.strings.outputs.build-output-dir }}

0 commit comments

Comments
 (0)