diff --git a/.github/workflows/build-and-check.yml b/.github/workflows/build-and-check.yml index d1c27a49167..9b3d6c7fa5d 100644 --- a/.github/workflows/build-and-check.yml +++ b/.github/workflows/build-and-check.yml @@ -219,33 +219,3 @@ jobs: ) covr::codecov(coverage = cov, quiet = FALSE) shell: Rscript {0} - - sanitizer: - runs-on: ubuntu-22.04 - - needs: build_src_package - - name: Sanitizer - - steps: - - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - - name: apt update - run: | - sudo apt-get update - sudo apt-get install -y libarpack2-dev - shell: bash - - - name: run sanitizer - uses: addnab/docker-run-action@v3 - with: - image: ghcr.io/krlmlr/rigraph-san:main - options: --rm --platform linux/amd64 -v ${{ github.workspace }}:/rigraph - run: | - set -e - printenv - cd rigraph - RDcsan CMD INSTALL . --no-byte-compile - TESTTHAT_PARALLEL=false CI=true RDcsan -q -e 'testthat::test_local(reporter = c("location", "summary"), load_package = "installed")'