Skip to content

Commit

Permalink
fix: run server tests in both browser and vm
Browse files Browse the repository at this point in the history
  • Loading branch information
SandPod committed May 31, 2024
1 parent 424a8f2 commit 1eb7f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/docker/tests_single_server/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ echo ""
echo "### Running integration tests"
cd tests/serverpod_test_server
dart pub get
dart test test_e2e --concurrency=1
dart test -p "chrome,vm" test_e2e --concurrency=1

0 comments on commit 1eb7f20

Please sign in to comment.