diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 7ee39979e..168209e16 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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