Skip to content

Commit 4e7d035

Browse files
samuel-jimenezsylvestre
authored andcommitted
Extend coverage to distributed tests
1 parent 25d8895 commit 4e7d035

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,10 @@ jobs:
273273
rustc: nightly
274274
allow_failure: true
275275
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
276280
- os: macos-13
277281
rustc: nightly
278282
# Disable on Windows for now as it fails with:

0 commit comments

Comments
 (0)