Skip to content

Commit

Permalink
fix: add a debug mode that allows for automatic generation of a dummy…
Browse files Browse the repository at this point in the history
… database
  • Loading branch information
sargon64 committed Jan 12, 2024
1 parent 07f13e7 commit 56544b1
Show file tree
Hide file tree
Showing 17 changed files with 487 additions and 59 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
restore-keys: ${{ runner.os }}-cargo-

- name: Build
run: cargo build --release
run: cargo build --features "debug" --release

- name: Test
run: cargo test --release
run: cargo test --features "debug" --release

- name: Login to GitHub Packages
uses: docker/login-action@v3
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 56544b1

Please sign in to comment.