Co-authored-by: Lukas Pühringer <luk.puehringer@gmail.com>
Signed-off-by: Shabeeb Khalid <convey2shabeeb@gmail.com>
This commit is contained in:
Shabeeb Khalid 2023-03-03 10:31:57 -08:00 committed by GitHub
parent ce14451bdc
commit ccaa98a643
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ jobs:
tests:
name: Tests
needs: lint-test
continue-on-error: ${{ matrix.failure-allowed }}
continue-on-error: true
strategy:
# Run regular TUF tests on each OS/Python combination, plus
# (sslib main) on Linux/Python3.x only.