Skip to content

Commit

Permalink
Fix CI path
Browse files Browse the repository at this point in the history
  • Loading branch information
mschwager committed Feb 5, 2024
1 parent 6ca3fe6 commit 9b04b6e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 25 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
- name: Run tests
run: |
docker run \
--env LD_PRELOAD=$(docker run --entrypoint ruby ruzzy -e 'require "ruzzy"; print Ruzzy.ext_path')/asan_with_fuzzer.so \
--env LD_PRELOAD=$(docker run --entrypoint ruby ruzzy -e 'require "ruzzy"; print Ruzzy::ASAN_PATH') \
--entrypoint rake \
ruzzy test
24 changes: 0 additions & 24 deletions .github/workflows/release.yml

This file was deleted.

0 comments on commit 9b04b6e

Please sign in to comment.