Skip to content

Commit

Permalink
Merge pull request #8 from 0glabs/rpc
Browse files Browse the repository at this point in the history
chore: refactor RPC
  • Loading branch information
MiniFrenchBread authored Apr 2, 2024
2 parents 0893734 + 70d8524 commit 7ffae1c
Show file tree
Hide file tree
Showing 82 changed files with 20,745 additions and 467 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,19 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
# this might remove tools that are actually needed,
# if set to "true" but frees about 6 GB
tool-cache: false
android: true
dotnet: true
haskell: true
large-packages: false
docker-images: true
swap-storage: true

- name: Checkout sources
uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion 0g-storage-node
Loading

0 comments on commit 7ffae1c

Please sign in to comment.