This commit is contained in:
Paolo Tranquilli 2024-09-17 15:35:52 +02:00
Родитель 5432493945
Коммит 56f2732bbb
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -1,3 +1,8 @@
import pytest
# currently the DB-check fails on actions because of loading files multiple times and assiging multiple locations
# see https://github.com/github/codeql-team/issues/3365
@pytest.mark.ql_test("DB-CHECK", xfail="maybe")
def test_cargo(codeql, rust, manifests, check_source_archive):
manifests.select("Cargo.toml")
codeql.database.create()