Skip to content

Commit

Permalink
chore(ci): update sqlx prepare in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgehermo9 committed Oct 6, 2024
1 parent 70b7f88 commit 94ceac3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,3 @@ jobs:
- uses: Swatinem/rust-cache@v2
- name: Run tests
run: just test
sqlx-prepare:
runs-on: ubuntu-latest
name: sqlx check
steps:
- uses: actions/checkout@v4
- uses: taiki-e/install-action@v2
with:
tool: just
- uses: Swatinem/rust-cache@v2
- name: Run sqlx check
run: just sqlx-check
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export SQLX_OFFLINE := "true"

ci: fmt clippy test build sqlx-check
ci: fmt clippy test build
fmt:
cargo fmt --check
clippy:
Expand Down

0 comments on commit 94ceac3

Please sign in to comment.