mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-23 10:04:07 +00:00
[CI] Fix XFAIL in Github actions pull request
This commit is contained in:
parent
c71de0e9f9
commit
23f6e1bf18
2
.github/workflows/pull_request.yml
vendored
2
.github/workflows/pull_request.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue