Skip to content

Commit

Permalink
fix: run cargo check instead of build
Browse files Browse the repository at this point in the history
  • Loading branch information
rhwddy committed Apr 10, 2024
1 parent 7b74757 commit b7191c0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Prepare
run: cargo sqlx prepare
- name: Build
run: cargo build --verbose
- name: Check
run: cargo check
- name: Run tests
run: cargo test --verbose

0 comments on commit b7191c0

Please sign in to comment.