From 96ef136cdb20f2b1643faaa3b6b4cb1b22b4d846 Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Fri, 19 May 2023 12:55:55 -0300 Subject: [PATCH] fix name --- .github/workflows/test-rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-rust.yml b/.github/workflows/test-rust.yml index 2480ad19..254fb503 100644 --- a/.github/workflows/test-rust.yml +++ b/.github/workflows/test-rust.yml @@ -195,7 +195,7 @@ jobs: command: ${{ matrix.platform.command }} args: --package ${{ matrix.package }} --target ${{ matrix.platform.target }} --all-targets - - name: test ${{ matrix.package }} + - name: test ${{ matrix.package }} --all-features if: ${{ !contains(fromJSON('["tauri-plugin-http", "tauri-plugin-upload", "tauri-plugin-updater", "tauri-plugin-websocket", "tauri-plugin-sql"]'), matrix.package) }} uses: actions-rs/cargo@v1 with: