Skip to content

Commit

Permalink
testing new db approach on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
arkanoider committed Dec 16, 2024
1 parent e24b0fb commit 06e0d7d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ jobs:
steps:
- name: Install Protoc
uses: arduino/setup-protoc@v3

- uses: actions/checkout@v4
with:
ref: ci-improve-db

- name: Install sqlx
run: cargo install sqlx-cli --version 0.6.2
- name: Init DB
Expand Down

0 comments on commit 06e0d7d

Please sign in to comment.