Skip to content

Commit

Permalink
fix: running tests single threaded to fix race condition (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
thlorenz authored Oct 6, 2021
1 parent aac131b commit b931c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ include ./Makefile.variable
test: test_rust test_integration

test_rust:
cargo test --all
cargo test --all -- --test-threads 1

test_integration:
cd $(ROOT)tests/dart/field_access && $(MAKE) test-all && \
Expand Down

0 comments on commit b931c7e

Please sign in to comment.