From bdadbb47fbdc0a52e92ad9452b1790837bcb2b51 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Wed, 18 Dec 2024 09:48:35 +0100 Subject: [PATCH] test -> check --- .github/workflows/backend-check.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/backend-check.yml b/.github/workflows/backend-check.yml index e1d4c75cb7a10..e2c744e21f7cb 100644 --- a/.github/workflows/backend-check.yml +++ b/.github/workflows/backend-check.yml @@ -18,10 +18,10 @@ jobs: - uses: Swatinem/rust-cache@v2 with: workspaces: backend - - name: cargo test + - name: cargo check working-directory: ./backend timeout-minutes: 16 - run: SQLX_OFFLINE=true cargo test + run: SQLX_OFFLINE=true cargo check check_oss_full: runs-on: ubicloud-standard-8 @@ -43,10 +43,10 @@ jobs: - uses: Swatinem/rust-cache@v2 with: workspaces: backend - - name: cargo test + - name: cargo check working-directory: ./backend timeout-minutes: 16 - run: SQLX_OFFLINE=true cargo test --all-features + run: SQLX_OFFLINE=true cargo check --all-features check_ee: runs-on: ubicloud-standard-8 @@ -80,10 +80,10 @@ jobs: - uses: Swatinem/rust-cache@v2 with: workspaces: backend - - name: cargo test + - name: cargo check working-directory: ./backend timeout-minutes: 16 - run: SQLX_OFFLINE=true cargo test + run: SQLX_OFFLINE=true cargo check check_ee_full: runs-on: ubicloud-standard-8 @@ -120,9 +120,9 @@ jobs: - uses: Swatinem/rust-cache@v2 with: workspaces: backend - - name: cargo test + - name: cargo check timeout-minutes: 16 working-directory: ./backend - run: SQLX_OFFLINE=true cargo test --all-features + run: SQLX_OFFLINE=true cargo check --all-features \ No newline at end of file