Skip to content

Commit

Permalink
ci: split command into two steps
Browse files Browse the repository at this point in the history
  • Loading branch information
c-git committed Dec 22, 2024
1 parent e889d2e commit 1dcec31
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,7 @@ jobs:
steps:
- uses: wykies/checkout@main
- uses: wykies/setup-rust-toolchain@main
- name: Load sqlx query files for standalone version
run: ./scripts/copy_sqlx_queries.sh Standalone
- name: Run Release Compile
run: ./scripts/copy_sqlx_queries.sh Standalone && cargo check --all-features --release
run: cargo check --all-features --release

0 comments on commit 1dcec31

Please sign in to comment.