Merge pull request #84 from chriseth/testing_branch_pilcom

Use different branch.
This commit is contained in:
chriseth
2023-03-07 14:44:51 +01:00
committed by GitHub

View File

@@ -35,7 +35,7 @@ jobs:
run: cargo build --verbose
- name: Install pilcom
# run: git clone https://github.com/0xPolygonHermez/pilcom.git && cd pilcom && npm install
run: git clone https://github.com/chriseth/pilcom.git -b parse_json_if_json_passed && cd pilcom && npm install
run: git clone https://github.com/chriseth/pilcom.git -b main && cd pilcom && npm install
- name: Run tests
run: PILCOM=$(pwd)/pilcom/ cargo test --verbose
- name: Lint