Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jkl1337 committed Mar 14, 2024
1 parent 324cbd9 commit 2f08c9c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/busted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ jobs:
FSANITIZE: ${{ matrix.os == 'ubuntu-latest' && !matrix.rust && '1' || '' }}
FRUST: ${{ matrix.rust && '1' || '' }}

- name: Workaround kernel address randomization and ASAN
# https://github.com/actions/runner-images/issues/9491
run: sudo sysctl vm.mmap_rnd_bits=28
if: startsWith(matrix.os, 'ubuntu-')

- name: Run busted tests
run: |
busted -c -v
Expand Down

0 comments on commit 2f08c9c

Please sign in to comment.