mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-23 18:14:06 +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
|
ASAN_OPTIONS: detect_leaks=0
|
||||||
# AddressSanitizer adds some extra symbols so we expect a failure from
|
# AddressSanitizer adds some extra symbols so we expect a failure from
|
||||||
# the external symbols test.
|
# the external symbols test.
|
||||||
XFAIL_TESTS: test_external_symbols.sh
|
XFAIL_TESTS: test_external_symbols
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in a new issue