mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-05-24 09:10:49 +00:00
Move to SQLite (#13)
This commit is contained in:
parent
750ddb7762
commit
1799b70bc1
50 changed files with 2122 additions and 394 deletions
6
.github/workflows/build_test.yml
vendored
6
.github/workflows/build_test.yml
vendored
|
@ -40,8 +40,12 @@ jobs:
|
|||
key: ${{ runner.os }}-rust-${{ steps.cargo.outputs.rustc_hash }}-${{ hashFiles('**/Cargo.lock') }}-lint
|
||||
- name: Run cargo check
|
||||
run: cargo check
|
||||
env:
|
||||
SQLX_OFFLINE: "true"
|
||||
- name: Run clippy
|
||||
run: cargo clippy
|
||||
env:
|
||||
SQLX_OFFLINE: "true"
|
||||
test:
|
||||
name: Test
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -61,3 +65,5 @@ jobs:
|
|||
key: ${{ runner.os }}-rust-${{ steps.cargo.outputs.rustc_hash }}-${{ hashFiles('**/Cargo.lock') }}-debug-build
|
||||
- name: Run cargo test
|
||||
run: cargo test
|
||||
env:
|
||||
SQLX_OFFLINE: "true"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue