Skip to content

Commit f31398c

Browse files
authored
ci: Unset RUST_TEST_THREADS (#1227)
1 parent b50d0c5 commit f31398c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/server-ci.yml

-5
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,6 @@ jobs:
7777

7878
- name: Run tests
7979
working-directory: ./server
80-
env:
81-
# Timing sensitive tests can flake if the docker-compose services get overwhelmed.
82-
# Restrict test execution to help avoid this.
83-
# `test_endpoint_disable_on_repeated_failure` specifically benefits.
84-
RUST_TEST_THREADS: 1
8580
run: ./run-tests.sh
8681

8782
- name: Stop dependencies

0 commit comments

Comments
 (0)