We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b50d0c5 commit f31398cCopy full SHA for f31398c
.github/workflows/server-ci.yml
@@ -77,11 +77,6 @@ jobs:
77
78
- name: Run tests
79
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
85
run: ./run-tests.sh
86
87
- name: Stop dependencies
0 commit comments