Skip to content

Commit 1e4f2ab

Browse files
committed
Enable heavy runners for sanitizers build
1 parent 9704514 commit 1e4f2ab

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/sanitizers.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Run tests with sanitizers
2+
23
on:
34
schedule:
45
- cron: "0 4 * * 1-5"
@@ -19,12 +20,12 @@ jobs:
1920
compiler: gcc
2021
- sanitizer: asan
2122
compiler: gcc
22-
# - sanitizer: ubsan # todo: enable when heavy runners are available
23-
# compiler: gcc
23+
- sanitizer: ubsan
24+
compiler: gcc
2425

2526
uses: ./.github/workflows/build_and_test.yml
2627
with:
27-
runs_on: ubuntu-latest # todo: change to heavy
28+
runs_on: heavy
2829
container: '{ "image": "ghcr.io/xrplf/clio-ci:latest" }'
2930
disable_cache: true
3031
conan_profile: ${{ matrix.compiler }}.${{ matrix.sanitizer }}

0 commit comments

Comments
 (0)