fix: seperating env for mac test depending upon archs (#2265)

This commit is contained in:
Samiksha Garg
2023-04-17 06:49:55 +05:30
committed by GitHub
parent b451303156
commit 43a8335fd4
2 changed files with 7 additions and 2 deletions

View File

@ -1,7 +1,7 @@
[tasks.dart_unit_test]
script = '''
cargo make --profile test-macos run_dart_unit_test
cargo make --profile test-macos-$(uname -m) run_dart_unit_test
'''
script_runner = "@shell"