diff --git a/.github/workflows/test-demo-native.yml b/.github/workflows/test-demo-native.yml index e8477cc922..e34e0c7931 100644 --- a/.github/workflows/test-demo-native.yml +++ b/.github/workflows/test-demo-native.yml @@ -46,7 +46,9 @@ jobs: uses: Swatinem/rust-cache@v2 - name: Build - run: cargo nextest run --locked --release --workspace --all-features --no-run + run: | + cargo build --locked --release + cargo nextest run --locked --release --workspace --all-features --no-run timeout-minutes: 90 - name: Test Demo