Skip to content

Commit d68082d

Browse files
committed
Remove uneccessary build steps
1 parent 0ad83f8 commit d68082d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/rust.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v4
19-
- name: Install
20-
run: cargo install sqlx-cli
21-
- name: Migrate
22-
run: sqlx migrate run --database-url "sqlite://local.sqlite?mode=rwc"
2319
- name: Build
2420
run: cargo build --verbose
2521
- name: Run tests

0 commit comments

Comments
 (0)