Skip to content

Commit

Permalink
option --chain-stack-traces included for dart tests
Browse files Browse the repository at this point in the history
  • Loading branch information
desistefanova committed Mar 2, 2022
1 parent 0c49bce commit b88b524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/realm-dart-macos.yml
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Run tests
run: |
dart test -r expanded -j 1 --test-randomize-ordering-seed random
dart test -r expanded -j 1 --test-randomize-ordering-seed random --chain-stack-traces
echo "ARCHIVE_PATH=$(pwd)/binary/macos.tar.gz" >> $GITHUB_ENV
- name: Archive binary
Expand Down

0 comments on commit b88b524

Please sign in to comment.