We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed0dab7 commit 80dae61Copy full SHA for 80dae61
.github/workflows/ci.yml
@@ -49,17 +49,3 @@ jobs:
49
components: rustfmt
50
- run: cargo fmt --all -- --check
51
52
- controller-test:
53
- runs-on: ubuntu-latest
54
- steps:
55
- - uses: actions/checkout@v4
56
- - uses: ./.github/actions/setup
57
- - run: (cd ./datafusion_distributed_controller && cargo test)
58
-
59
- controller-format-check:
60
61
62
63
64
- - run: (cd ./datafusion_distributed_controller && cargo fmt --all -- --check)
65
0 commit comments