diff --git a/.github/workflows/test-rust.yml b/.github/workflows/test-rust.yml index 90bb2635..0c021ec9 100644 --- a/.github/workflows/test-rust.yml +++ b/.github/workflows/test-rust.yml @@ -69,7 +69,7 @@ jobs: run: cargo test --package ${{ matrix.package }} --all-targets - name: test ${{ matrix.package }} --all-features - if: ${{ !contains(fromJSON('["tauri-plugin-http", "tauri-plugin-upload", "tauri-plugin-updater", "tauri-plugin-webspcket", "tauri-plugin-sql"]', matrix.package)) }} + if: ${{ !contains(fromJSON('["tauri-plugin-http", "tauri-plugin-upload", "tauri-plugin-updater", "tauri-plugin-webspcket", "tauri-plugin-sql"]'), matrix.package) }} run: cargo test --package ${{ matrix.package }} --all-targets --all-features - name: test ${{ matrix.package }} mysql