Skip to content

Commit

Permalink
Put back asan test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
seven1m committed Dec 27, 2024
1 parent 073ac8e commit 269d268
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,16 +93,16 @@ jobs:
submodules: true
- name: build self-hosted binary
run: rake docker_test_self_hosted
sanitizers:
asan:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Fix kernel mmap rnd bits for ASan
run: sudo sysctl vm.mmap_rnd_bits=28
- name: test with sanitizer enabled
- name: test with AddressSanitizer enabled
env:
SPEC_TIMEOUT: 480
#SOME_TESTS: true
run: rake docker_test_sanitized
SOME_TESTS: true
run: rake docker_test_asan

0 comments on commit 269d268

Please sign in to comment.