Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 0 additions & 30 deletions .github/workflows/build-and-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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")'