From 23f6e1bf18575e74f6123c5e989c9c825020c93e Mon Sep 17 00:00:00 2001 From: Marko Viitanen Date: Tue, 14 Jun 2022 14:19:24 +0300 Subject: [PATCH] [CI] Fix XFAIL in Github actions pull request --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 16537cb7..e2c57dba 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -49,7 +49,7 @@ jobs: ASAN_OPTIONS: detect_leaks=0 # AddressSanitizer adds some extra symbols so we expect a failure from # the external symbols test. - XFAIL_TESTS: test_external_symbols.sh + XFAIL_TESTS: test_external_symbols steps: - uses: actions/checkout@v2