We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25d8895 commit 4e7d035Copy full SHA for 4e7d035
.github/workflows/ci.yml
@@ -273,6 +273,10 @@ jobs:
273
rustc: nightly
274
allow_failure: true
275
extra_args: --features=unstable
276
+ - os: ubuntu-22.04
277
+ rustc: "1.75.0"
278
+ extra_desc: dist-server
279
+ extra_args: --no-default-features --features=dist-tests test_dist_ -- --test-threads 1
280
- os: macos-13
281
282
# Disable on Windows for now as it fails with:
0 commit comments