Skip to content

Commit

Permalink
Trying to improve caching and performance
Browse files Browse the repository at this point in the history
  • Loading branch information
sacherjj committed Jan 10, 2025
1 parent 0287609 commit 7bce611
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/casper-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
lints:
name: tests
runs-on: ubuntu-latest
container:
image: rust:latest
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/lints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
lints:
name: lints
runs-on: ubuntu-latest
container:
image: rust:latest

steps:
- name: Checkout
uses: actions/checkout@v4 #tag v2.4.0
Expand Down

0 comments on commit 7bce611

Please sign in to comment.