Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold committed Feb 4, 2023
1 parent 7deb358 commit 660b888
Show file tree
Hide file tree
Showing 13 changed files with 6 additions and 1,202 deletions.
3 changes: 3 additions & 0 deletions .github/actions/setup-builder/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,6 @@ runs:
- name: Enable backtraces
shell: bash
run: echo "RUST_BACKTRACE=1" >> $GITHUB_ENV
- name: Fixup git permissions
shell: bash
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
220 changes: 0 additions & 220 deletions .github/workflows/arrow.yml

This file was deleted.

30 changes: 3 additions & 27 deletions .github/workflows/arrow_flight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,30 +54,6 @@ jobs:
- name: Setup Rust toolchain
uses: ./.github/actions/setup-builder
- name: Test
run: |
cargo test -p arrow-flight
- name: Test --all-features
run: |
cargo test -p arrow-flight --all-features
- name: Test --examples
run: |
cargo test -p arrow-flight --features=flight-sql-experimental --examples
- name: Test --examples with TLS
run: |
cargo test -p arrow-flight --features=flight-sql-experimental,tls --examples
- name: Verify workspace clean
run: git diff --exit-code

clippy:
name: Clippy
runs-on: ubuntu-latest
container:
image: amd64/rust
steps:
- uses: actions/checkout@v3
- name: Setup Rust toolchain
uses: ./.github/actions/setup-builder
- name: Setup Clippy
run: rustup component add clippy
- name: Run clippy
run: cargo clippy -p arrow-flight --all-targets --all-features -- -D warnings
run : ls -all
- name: Test2
run : git status
67 changes: 0 additions & 67 deletions .github/workflows/coverage.yml

This file was deleted.

61 changes: 0 additions & 61 deletions .github/workflows/dev.yml

This file was deleted.

Loading

0 comments on commit 660b888

Please sign in to comment.