From 88b3995cfe6c58aa60bc2bcf87ebdd74b65f8df9 Mon Sep 17 00:00:00 2001 From: jLynx Date: Tue, 26 Nov 2024 08:35:48 +1300 Subject: [PATCH] Fixed formatting --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index cfdb91c2..fbbca96a 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -49,4 +49,4 @@ jobs: run: cargo install tauri-cli --git https://github.com/tauri-apps/tauri --branch dev - name: run integration tests - run: cargo test --test '*' -- --ignored \ No newline at end of file + run: cargo test --test '*' -- --ignored