Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed Jul 11, 2023
1 parent 5354202 commit 0775ff1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- run: cargo build --package sea-query-derive --all-features
- run: cargo test --package sea-query-derive --all-features
- run: cargo build --package sea-query-derive
- run: cargo test --package sea-query-derive

sqlite:
name: SQLite
Expand Down

0 comments on commit 0775ff1

Please sign in to comment.