1
0
mirror of https://gitlab.com/veilid/veilid.git synced 2025-03-19 12:26:05 -04:00
veilid/veilid-flutter/run_integration_tests.sh
2024-03-27 17:53:51 -05:00

5 lines
114 B
Bash
Executable File

#!/bin/bash
pushd example 2>/dev/null
flutter test -r expanded integration_test/app_test.dart $@
popd 2>/dev/null