Skip to content

Commit

Permalink
Use bundled SQLite
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanUkhov committed Oct 6, 2023
1 parent d4fd98b commit 35f0939
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with: {toolchain: stable, components: clippy, rustfmt}
with: {toolchain: stable, components: "clippy, rustfmt"}
- run: cargo clippy -- -D warnings
- run: cargo fmt --all -- --check

Expand All @@ -39,4 +39,4 @@ jobs:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with: {toolchain: stable}
- run: cargo test
- run: cargo test --features bundled
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.idea
*.sqlite3
Cargo.lock
target

0 comments on commit 35f0939

Please sign in to comment.