Skip to content

Commit 262d07a

Browse files
samuel-jimenezsylvestre
authored andcommitted
Expand tests for dist-server
1 parent 1d1f87c commit 262d07a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,12 @@ jobs:
7070
- os: ubuntu-22.04
7171
# Oldest supported version, keep in sync with README.md
7272
rustc: "1.75.0"
73-
extra_desc: dist-server
73+
extra_desc: dist-tests
7474
extra_args: --no-default-features --features=dist-tests test_dist_ -- --test-threads 1
75+
- os: ubuntu-22.04
76+
rustc: stable
77+
extra_desc: dist-server
78+
extra_args: --features=dist-server
7579
- os: ubuntu-22.04
7680
rustc: stable
7781
- os: ubuntu-22.04

0 commit comments

Comments
 (0)