Skip to content

Commit

Permalink
Wtf
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmturner committed Mar 3, 2025
1 parent db03ba8 commit 6480323
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 19 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/setup-rust.yml

This file was deleted.

20 changes: 18 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,11 @@ jobs:
key: target-dft-cache-
- name: Setup Rust toolchain
run: |
rustup toolchain install stable
rustup show
rustup self update
rustup show
rustup install stable
rustup default stable
# No tests yet
- name: Run tests (ex-FlightSQL)
run: |
cargo test
Expand Down Expand Up @@ -287,6 +289,13 @@ jobs:
with:
path: /home/runner/target
key: target-dft-cache-
- name: Setup Rust toolchain
run: |
rustup show
rustup self update
rustup show
rustup install stable
rustup default stable
- name: Start FlightSQL Server
run: |
cargo r --features=experimental-flightsql-server,auth -- --serve --config data/configs/flightsql_basic.toml &
Expand Down Expand Up @@ -314,6 +323,13 @@ jobs:
with:
path: /home/runner/target
key: target-dft-cache-
- name: Setup Rust toolchain
run: |
rustup show
rustup self update
rustup show
rustup install stable
rustup default stable
- name: Start FlightSQL Server
run: |
cargo r --features=experimental-flightsql-server,auth -- --serve --config data/configs/flightsql_bearer.toml &
Expand Down

0 comments on commit 6480323

Please sign in to comment.