mirror of
https://github.com/actix/examples
synced 2025-06-27 01:27:43 +02:00
temp remove diesel ci
This commit is contained in:
12
.github/workflows/linux.yml
vendored
12
.github/workflows/linux.yml
vendored
@ -58,12 +58,12 @@ jobs:
|
||||
with:
|
||||
redis-version: 6
|
||||
|
||||
- name: run diesel migrations
|
||||
run: |
|
||||
cargo install diesel_cli
|
||||
cd databases/diesel
|
||||
diesel migration run
|
||||
chmod a+rwx test.db
|
||||
# - name: run diesel migrations
|
||||
# run: |
|
||||
# cargo install diesel_cli --no-default-features --features sqlite
|
||||
# cd databases/diesel
|
||||
# diesel migration run
|
||||
# chmod a+rwx test.db
|
||||
|
||||
- name: cargo test
|
||||
uses: actions-rs/cargo@v1
|
||||
|
Reference in New Issue
Block a user