Skip to content

Commit

Permalink
feat(ci): add local action
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfourzerofour committed Aug 25, 2023
1 parent c8acafa commit 9f95fe7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
Expand Down

0 comments on commit 9f95fe7

Please sign in to comment.