Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
MrKaplan-lw committed Aug 13, 2024
1 parent 0221df3 commit 68ef55f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,13 @@ jobs:
- name: check_diesel_schema
uses: docker://willsquire/diesel-cli
with:
entrypoint: /bin/sh
args: ./.github/scripts/check-diesel-schema.sh

- name: check_diesel_migration_revertable
uses: docker://willsquire/diesel-cli
with:
entrypoint: /bin/sh
args: ./.github/scripts/check-diesel-migration-revertable.sh

- name: Cargo fmt
Expand Down

0 comments on commit 68ef55f

Please sign in to comment.