Skip to content

Commit

Permalink
Use asan ruby.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Oct 5, 2024
1 parent 55c5670 commit 1afff20
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test-debug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ jobs:
- ubuntu

ruby:
- "3.3"
- "head"
- asan

steps:
- uses: actions/checkout@v4
Expand All @@ -38,4 +37,4 @@ jobs:

- name: Run tests
timeout-minutes: 10
run: LD_PRELOAD=/usr/lib/libasan.so bundle exec bake build test
run: bundle exec bake build test

0 comments on commit 1afff20

Please sign in to comment.