Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo committed Dec 30, 2024
1 parent 3e20f12 commit 763ab71
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -821,18 +821,21 @@ jobs:
RUST_TEST_TOOLCHAIN: nightly-2024-11-01

steps:
- name: Clone repository
uses: actions/checkout@v4

- name: Install rust
uses: ./.github/actions/rust-toolchain
with:
toolchain: ${{ env.RUST_TEST_TOOLCHAIN }}

- uses: actions/download-artifact@v4
with:
name: integration-tests
path: /home/runner/.cargo/bin/
- name: Chmod for binary
run: chmod +x ${SCCACHE_PATH}

- name: Install rust
uses: ./.github/actions/rust-toolchain
with:
toolchain: ${{ env.RUST_TEST_TOOLCHAIN }}

- name: "Coverage test #1"
run: cargo +${{ env.RUST_TEST_TOOLCHAIN }} clean && cargo +${{ env.RUST_TEST_TOOLCHAIN }} build

Expand Down

0 comments on commit 763ab71

Please sign in to comment.