Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles committed Nov 11, 2024
1 parent 7fa7c84 commit 9196f34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ on:
required: false
default: 'OFF'
type: string
env:
ASAN_OPTIONS: detect_stack_use_after_return=1:detect_leaks=0

jobs:
testmodels:
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/cislowtestmode.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: CI slow
name: CI Slow

on:
push:
Expand All @@ -9,9 +9,6 @@ on:
workflow_dispatch:
pull_request:

env:
ASAN_OPTIONS: detect_stack_use_after_return=1:detect_leaks=0

jobs:
citestmode:
name: testmode ON
Expand Down

0 comments on commit 9196f34

Please sign in to comment.