Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sieniven committed May 29, 2023
1 parent 5de3774 commit c2374c1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/tests-evm-rpc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,17 @@ jobs:
- name: Install dependencies
run: sudo ./make.sh pkg-install-deps && sudo ./make.sh pkg-install-llvm

- name: Build and run defid node
run: TARGET="x86_64-pc-linux-gnu" ./make.sh build && ./build/x86_64-pc-linux-gnu/src/defid -regtest --daemon
- name: Build binaries
run: TARGET="x86_64-pc-linux-gnu" ./make.sh build

- name: Run defid node
run: ls -R . && ./build/x86_64-pc-linux-gnu/src/defid -regtest --daemon

- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '^1.17.0'

- name: Run EVM RPC tests
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit c2374c1

Please sign in to comment.