Skip to content

Commit

Permalink
Don't use MEMDEBUG on tcl9
Browse files Browse the repository at this point in the history
  • Loading branch information
chpock committed May 30, 2024
1 parent 7c3449d commit 25ef2d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-build-9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
}
- name: Run Tests
run: |
MEMDEBUG=1 make test || {
make test || {
echo "::error::Failure during Test"
exit 1
}

0 comments on commit 25ef2d2

Please sign in to comment.