Skip to content

Commit

Permalink
fix: databases lock
Browse files Browse the repository at this point in the history
  • Loading branch information
lgalabru committed Nov 23, 2023
1 parent 34fc0d3 commit d0b57c5
Show file tree
Hide file tree
Showing 22 changed files with 798 additions and 998 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Expand Up @@ -38,6 +38,11 @@ jobs:
rustup update
RUST_BACKTRACE=1 cargo test --all -- --test-threads=1
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

build-publish:
runs-on: ubuntu-latest
needs: test
Expand Down

0 comments on commit d0b57c5

Please sign in to comment.