diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5e4e18c..2fea2bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,7 @@ jobs: - name: Testing... run: | cd src/.build + export ASAN_OPTIONS="alloc_dealloc_mismatch=0" ./HSE_SD_tests diff --git a/.gitignore b/.gitignore index 0c63205..3de7156 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -#.cache/* +.cache/* .git/* .github/* .vscode/*