Skip to content

Commit

Permalink
Lock taiki-e/install-action to a githash for apache action policy - R…
Browse files Browse the repository at this point in the history
…elease 2.46.19 in the case of this hash.
  • Loading branch information
Omega359 committed Dec 21, 2024
1 parent b6a95d9 commit 9b8b8f6
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,9 @@ jobs:
with:
rust-version: stable
- name: Install nextest
uses: taiki-e/install-action@nextest
uses: taiki-e/install-action@e37f44cf370f5ab2495787a3f6f30f092bc9a53e
with:
tool: cargo-nextest
- name: Run tests (excluding doctests)
run: cargo nextest run --hide-progress-bar --no-fail-fast --cargo-profile ci --exclude datafusion-examples --exclude datafusion-benchmarks --exclude datafusion-sqllogictest --workspace --lib --tests --bins --features avro,json,backtrace
- name: Run sqllogictests
Expand All @@ -209,7 +211,9 @@ jobs:
with:
rust-version: stable
- name: Install nextest
uses: taiki-e/install-action@nextest
uses: taiki-e/install-action@e37f44cf370f5ab2495787a3f6f30f092bc9a53e
with:
tool: cargo-nextest
- name: Run tests (excluding doctests)
run: |
cd datafusion-cli
Expand Down Expand Up @@ -403,7 +407,9 @@ jobs:
# - name: Setup Rust toolchain
# uses: ./.github/actions/setup-macos-builder
# - name: Install nextest
# uses: taiki-e/install-action@nextest
# uses: taiki-e/install-action@e37f44cf370f5ab2495787a3f6f30f092bc9a53e
# with:
# tool: cargo-nextest
# - name: Run tests (excluding doctests)
# shell: bash
# run: |
Expand All @@ -423,7 +429,9 @@ jobs:
- name: Setup Rust toolchain
uses: ./.github/actions/setup-macos-aarch64-builder
- name: Install nextest
uses: taiki-e/install-action@nextest
uses: taiki-e/install-action@e37f44cf370f5ab2495787a3f6f30f092bc9a53e
with:
tool: cargo-nextest
- name: Run tests (excluding doctests)
shell: bash
run: |
Expand Down Expand Up @@ -455,7 +463,9 @@ jobs:
with:
rust-version: stable
- name: Install nextest
uses: taiki-e/install-action@nextest
uses: taiki-e/install-action@e37f44cf370f5ab2495787a3f6f30f092bc9a53e
with:
tool: cargo-nextest
- name: Run datafusion-common tests
run: cargo nextest run --hide-progress-bar --no-fail-fast --cargo-profile ci -p datafusion-common --features=pyarrow

Expand Down Expand Up @@ -571,7 +581,9 @@ jobs:
with:
rust-version: stable
- name: Install nextest
uses: taiki-e/install-action@nextest
uses: taiki-e/install-action@e37f44cf370f5ab2495787a3f6f30f092bc9a53e
with:
tool: cargo-nextest
- name: Run tests
run: |
cd datafusion
Expand Down

0 comments on commit 9b8b8f6

Please sign in to comment.