Skip to content

Commit

Permalink
Valgrind: tell gperftools from Dart VM that Valgrind is used.
Browse files Browse the repository at this point in the history
  • Loading branch information
greenrobot-team committed Jul 3, 2023
1 parent 41bc82c commit 38edaf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ jobs:
# Run shorter tests, if available (to prevent timeouts in CI).
env:
TEST_SHORT: 1
RUNNING_ON_VALGRIND: 1 # Dart VM uses gperftools, tell it Valgrind is used.
run: |
dart pub get
dart run build_runner build
Expand Down

0 comments on commit 38edaf8

Please sign in to comment.