From 3612da8deb25d637d0e9aaaf2fda7d6658caa526 Mon Sep 17 00:00:00 2001 From: chriseth Date: Tue, 23 Jan 2024 20:34:37 +0100 Subject: [PATCH] Build all targets. --- .github/workflows/pr-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-tests.yml b/.github/workflows/pr-tests.yml index 23aec09f3..5cda0fc76 100644 --- a/.github/workflows/pr-tests.yml +++ b/.github/workflows/pr-tests.yml @@ -48,7 +48,7 @@ jobs: - name: Install pilcom run: git clone https://github.com/0xPolygonHermez/pilcom.git && cd pilcom && npm install - name: Build - run: cargo build --all --all-features --profile pr-tests + run: cargo build --all-targets --all --all-features --profile pr-tests - name: Run default tests run: PILCOM=$(pwd)/pilcom/ cargo test --all --all-features --profile pr-tests --verbose - name: Run slow tests