Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Oct 6, 2023
1 parent cf1f881 commit 5417399
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-sanitizers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ jobs:
- name: Test CFISAN (ControlFlowIntegrity)
run: bash ./ci-sanitizers-test.sh ${{ matrix.crate }} cfi
- name: Test SafeStack
run: bash ./ci-sanitizers-test.sh ${{ matrix.crate }} leak
run: bash ./ci-sanitizers-test.sh ${{ matrix.crate }} safestack
- name: Test LSAN (LeakSanitizer)
run: bash ./ci-sanitizers-test.sh ${{ matrix.crate }} leak

# Send a Zulip notification when a cron job fails
# cron-fail-notify:
Expand Down

0 comments on commit 5417399

Please sign in to comment.