Skip to content

Commit 80dae61

Browse files
wip
1 parent ed0dab7 commit 80dae61

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -49,17 +49,3 @@ jobs:
4949
components: rustfmt
5050
- run: cargo fmt --all -- --check
5151

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-
runs-on: ubuntu-latest
61-
steps:
62-
- uses: actions/checkout@v4
63-
- uses: ./.github/actions/setup
64-
- run: (cd ./datafusion_distributed_controller && cargo fmt --all -- --check)
65-

0 commit comments

Comments
 (0)