Skip to content

Commit

Permalink
Use both clang and gcc asan/ubsan images
Browse files Browse the repository at this point in the history
  • Loading branch information
andrjohns authored Feb 27, 2025
1 parent 78e0ede commit e5d866e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/R-CMD-check-special.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
- { label: "clang-asan",
name: "clang-asan",
container: "ghcr.io/r-hub/containers/clang-asan:latest"}
- { label: "clang-ubsan",
name: "clang-ubsan",
container: "ghcr.io/r-hub/containers/clang-ubsan:latest"}
- { label: "gcc-asan",
name: "gcc-asan",
container: "ghcr.io/r-hub/containers/gcc-asan:latest"}
- { label: "valgrind",
name: "valgrind",
container: "ghcr.io/r-hub/containers/valgrind:latest"}
Expand Down

0 comments on commit e5d866e

Please sign in to comment.