From 9f95fe7e38f6c3227010b4dfceeae00683a757d1 Mon Sep 17 00:00:00 2001 From: 0xfourzerofour Date: Fri, 25 Aug 2023 11:48:58 -0400 Subject: [PATCH] feat(ci): add local action --- .github/workflows/ci-test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index f14874f38..f2dbf0678 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -8,14 +8,14 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: ./.github/actions/hello-world-action + - uses: ./.github/actions/toolchain - name: Run tests run: cargo test spec-test: runs-on: ubuntu-latest steps: - - uses: ./.github/actions/hello-world-action + - uses: ./.github/actions/toolchain - name: Run tests run: cargo test - uses: pdm-project/setup-pdm@v3 @@ -29,7 +29,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: ./.github/actions/hello-world-action + - uses: ./.github/actions/toolchain with: rust_components: clippy - name: Install toolchain (nightly)