We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a732517 commit 3fb1cb1Copy full SHA for 3fb1cb1
1 file changed
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: arduino/setup-protoc@v3
16
with:
17
repo-token: ${{ secrets.GITHUB_TOKEN }}
18
- - run: cargo check
+ - run: cargo check --all-features
19
20
test:
21
name: Test
@@ -29,7 +29,7 @@ jobs:
29
30
31
32
- - run: cargo test
+ - run: cargo test --all-features
33
34
rustfmt:
35
name: Rustfmt
@@ -69,5 +69,5 @@ jobs:
69
70
71
72
- - run: cargo build --all
73
- - run: cargo package -p datafusion-federation --allow-dirty
+ - run: cargo build --all --all-features
+ - run: cargo package -p datafusion-federation --allow-dirty --all-features
0 commit comments