Skip to content

Commit

Permalink
ci: remove redundant cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
evilrobot-01 committed May 7, 2024
1 parent a975734 commit c6485fa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
- uses: "./.github/actions/init"
with:
git-user: ${{ env.GITHUB_ACTOR }}
cache-key: build

- name: Check Feature Contracts Excl.
run: cargo check --no-default-features --features contract
Expand All @@ -48,7 +47,6 @@ jobs:
- uses: "./.github/actions/init"
with:
git-user: ${{ env.GITHUB_ACTOR }}
cache-key: unit-test

- name: Run unit tests
run: cargo test --lib
Expand All @@ -62,7 +60,6 @@ jobs:
- uses: "./.github/actions/init"
with:
git-user: ${{ env.GITHUB_ACTOR }}
cache-key: contract-integration-tests

- name: Run integration tests
run: cargo test --test contract
Expand All @@ -76,7 +73,6 @@ jobs:
- uses: "./.github/actions/init"
with:
git-user: ${{ env.GITHUB_ACTOR }}
cache-key: parachain-integration-tests

- name: Run integration tests
run: cargo test --test parachain

0 comments on commit c6485fa

Please sign in to comment.