Skip to content

Commit

Permalink
ci: run switch before compile
Browse files Browse the repository at this point in the history
  • Loading branch information
c-git committed Dec 22, 2024
1 parent c7ab60c commit 3cde523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
- uses: wykies/checkout@main
- uses: wykies/setup-rust-toolchain@main
- name: Run Release Compile
run: cargo check --all-features --release
run: ./scripts/switch_db.rs standalone && cargo check --all-features --release

0 comments on commit 3cde523

Please sign in to comment.