Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions .github/actions/rust-test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,7 @@ description: "Run Rust tests"
runs:
using: "composite"
steps:
- name: Check Cargo fmt
shell: bash
run: |
cd native
cargo fmt --all -- --check --color=never
# Note: cargo fmt check is now handled by the lint job that gates this workflow

- name: Check Cargo clippy
shell: bash
Expand Down
155 changes: 0 additions & 155 deletions .github/workflows/benchmark-tpcds.yml

This file was deleted.

119 changes: 0 additions & 119 deletions .github/workflows/benchmark-tpch.yml

This file was deleted.

Loading
Loading