|
|
|
@ -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
|
|
|
|
|