Skip to content

Commit

Permalink
test -> check
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenfiszel committed Dec 18, 2024
1 parent 21e20ee commit bdadbb4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/backend-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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


0 comments on commit bdadbb4

Please sign in to comment.