Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e4251fe

Browse files
committed
Test zero worker and all features on CI
1 parent 22f15e8 commit e4251fe

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
WHEEL=`realpath wheels/*.whl`
127127
python -m pip install $WHEEL[all]
128128
129-
zero_worker:
129+
features:
130130
runs-on: ubuntu-latest
131131
steps:
132132
- name: Checkout sources
@@ -140,5 +140,8 @@ jobs:
140140

141141
- uses: Swatinem/[email protected]
142142

143-
- name: Build HyperQueue with the zero worker feature
144-
run: cargo build --features zero-worker
143+
- name: Build HyperQueue with the zero worker mode
144+
run: RUSTFLAGS="--cfg zero_worker" cargo build --workspace
145+
146+
- name: Build HyperQueue with all features enabled
147+
run: cargo build --all-features --workspace

0 commit comments

Comments
 (0)