typo and --no-default-features

pull/370/head
amrbashir 2 years ago
parent 1e8b765f04
commit 383bc811fb
No known key found for this signature in database
GPG Key ID: BBD7A47A2003FF33

@ -57,9 +57,9 @@ jobs:
tauri-plugin-fs:
- .github/workflows/lint-rust.yml
- plugins/fs/**
tauri-plugin-fs-wtach:
tauri-plugin-fs-watch:
- .github/workflows/lint-rust.yml
- plugins/fs-wtach/**
- plugins/fs-watch/**
tauri-plugin-global-shortcut:
- .github/workflows/lint-rust.yml
- plugins/global-shortcut/**

@ -59,9 +59,9 @@ jobs:
tauri-plugin-fs:
- .github/workflows/test-rust.yml
- plugins/fs/**
tauri-plugin-fs-wtach:
tauri-plugin-fs-watch:
- .github/workflows/test-rust.yml
- plugins/fs-wtach/**
- plugins/fs-watch/**
tauri-plugin-global-shortcut:
- .github/workflows/test-rust.yml
- plugins/global-shortcut/**
@ -160,8 +160,8 @@ jobs:
- name: test ${{ matrix.package }} mysql
if: matrix.package == 'tauri-plugin-sql'
run: cargo test --package ${{ matrix.package }} --all-targets --features mysql
run: cargo test --package ${{ matrix.package }} --all-targets --no-default-features --features mysql
- name: test ${{ matrix.package }} postgres
if: matrix.package == 'tauri-plugin-sql'
run: cargo test --package ${{ matrix.package }} --all-targets --features postgres
run: cargo test --package ${{ matrix.package }} --all-targets --no-default-features --features postgres

Loading…
Cancel
Save