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 15, 2024
1 parent ac3f36b commit 89f1d49
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
tests:
runs-on: ubuntu-latest

permissions:
# Give the default GITHUB_TOKEN write permission to commit and push the
# added or changed files to the repository.
contents: write

steps:
- name: Install Protoc
uses: arduino/setup-protoc@v3
Expand All @@ -33,5 +38,8 @@ jobs:
- name: Check offline file
run: cargo sqlx prepare --check

# Commit all changed files back to the repository
- uses: stefanzweifel/git-auto-commit-action@v5

- name: Run tests
run: cargo test --verbose

0 comments on commit 89f1d49

Please sign in to comment.