Address lint concern

This commit is contained in:
Hamish Coleman 2023-01-27 00:21:14 +00:00
parent fadafabd66
commit b104f4a72d

View File

@ -62,10 +62,10 @@ jobs:
- -fsanitize=address -static-libasan
- -fsanitize=undefined -static-libubsan
# This option results in timeouts sending RPC requests during the
# test_integration_supernode.sh test when running in github actions.
# Disable it until more investigation can be done.
# - -fsanitize=leak
# This option results in timeouts sending RPC requests during the
# test_integration_supernode.sh test when running in github actions.
# Disable it until more investigation can be done.
# - -fsanitize=leak
steps:
- uses: actions/checkout@v3