From 56b3b2cec6e8a3f04016914ba4dcf1e7bd69aea1 Mon Sep 17 00:00:00 2001 From: Benjamin Kampmann Date: Fri, 25 Feb 2022 16:11:32 +0100 Subject: [PATCH] minor fix in ci --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 13b0f305e..5cb196163 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -116,7 +116,7 @@ jobs: - name: matrix-qrcode cargo_args: --package matrix-qrcode - name: matrix-sdk (no-default, wasm-flags) - cargo_args: --no-default-features --features qrcode,encryption,indexeddb_stores,rustls-tls --package matrix-sdk + cargo_args: --no-default-features --features qrcode,encryption,indexeddb_stores,rustls-tls --package matrix-sdk --lib - name: matrix-sdk-base cargo_args: --package matrix-sdk-base - name: matrix-sdk-common @@ -252,7 +252,7 @@ jobs: run: | cd crates/${{matrix.base_dir}} wasm-pack test --node -- ${{ matrix.cargo_args }} - wasm-pack test --firefox --headless -- --features ${{ matrix.cargo_args }} + wasm-pack test --firefox --headless -- ${{ matrix.cargo_args }} - name: Testing with custom command if: ${{matrix.cmd}}