We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9704514 commit 1e4f2abCopy full SHA for 1e4f2ab
.github/workflows/sanitizers.yml
@@ -1,4 +1,5 @@
1
name: Run tests with sanitizers
2
+
3
on:
4
schedule:
5
- cron: "0 4 * * 1-5"
@@ -19,12 +20,12 @@ jobs:
19
20
compiler: gcc
21
- sanitizer: asan
22
- # - sanitizer: ubsan # todo: enable when heavy runners are available
23
- # compiler: gcc
+ - sanitizer: ubsan
24
+ compiler: gcc
25
26
uses: ./.github/workflows/build_and_test.yml
27
with:
- runs_on: ubuntu-latest # todo: change to heavy
28
+ runs_on: heavy
29
container: '{ "image": "ghcr.io/xrplf/clio-ci:latest" }'
30
disable_cache: true
31
conan_profile: ${{ matrix.compiler }}.${{ matrix.sanitizer }}
0 commit comments