Skip to content

Commit 3fb1cb1

Browse files
committed
Add --all-features to test workflow
1 parent a732517 commit 3fb1cb1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: arduino/setup-protoc@v3
1616
with:
1717
repo-token: ${{ secrets.GITHUB_TOKEN }}
18-
- run: cargo check
18+
- run: cargo check --all-features
1919

2020
test:
2121
name: Test
@@ -29,7 +29,7 @@ jobs:
2929
- uses: arduino/setup-protoc@v3
3030
with:
3131
repo-token: ${{ secrets.GITHUB_TOKEN }}
32-
- run: cargo test
32+
- run: cargo test --all-features
3333

3434
rustfmt:
3535
name: Rustfmt
@@ -69,5 +69,5 @@ jobs:
6969
- uses: arduino/setup-protoc@v3
7070
with:
7171
repo-token: ${{ secrets.GITHUB_TOKEN }}
72-
- run: cargo build --all
73-
- run: cargo package -p datafusion-federation --allow-dirty
72+
- run: cargo build --all --all-features
73+
- run: cargo package -p datafusion-federation --allow-dirty --all-features

0 commit comments

Comments
 (0)