Skip to content

Commit 10f4872

Browse files
Simplify http testing
1 parent a4899fb commit 10f4872

1 file changed

Lines changed: 2 additions & 27 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -332,34 +332,9 @@ jobs:
332332
key: ${{ runner.os }}-cargo-target-${{ hashFiles('Cargo.lock') }}
333333
- name: Setup Rust Toolchain
334334
uses: ./.github/actions/setup-rust
335-
- name: Run auth tests
336-
run: |
337-
cargo t --features=http server::http::router::test
338-
test-http-server-flightsql:
339-
name: Extension / HTTP Server (FlightSQL)
340-
runs-on: ubuntu-latest
341-
strategy:
342-
matrix:
343-
arch: [amd64]
344-
steps:
345-
- uses: actions/checkout@v2
346-
with:
347-
submodules: true
348-
- name: Cache Cargo
349-
uses: actions/cache@v4
350-
with:
351-
path: /home/runner/.cargo
352-
key: cargo-dft-cache-
353-
- name: Cache Rust dependencies
354-
uses: actions/cache@v4
355-
with:
356-
path: /home/runner/target
357-
key: target-dft-cache-
358-
- name: Setup Rust Toolchain
359-
uses: ./.github/actions/setup-rust
360335
- name: Start FlightSQL Server
361336
run: |
362337
cargo r --features=flightsql -- serve-flight-sql &
363-
- name: Run auth tests
338+
- name: Run tests
364339
run: |
365-
cargo t --features=http server::http::router::flightsql_test
340+
cargo t --features=http server::http::router

0 commit comments

Comments
 (0)