mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 10:08:20 +00:00
core/mvcc: Remove Git metadata files
This commit is contained in:
parent
b9568b74af
commit
fcb4c7e46a
2 changed files with 0 additions and 27 deletions
25
core/mvcc/.github/workflows/smoke_test.yml
vendored
25
core/mvcc/.github/workflows/smoke_test.yml
vendored
|
@ -1,25 +0,0 @@
|
|||
name: Rust
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
RUST_LOG: info,mvcc_rs=trace
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Check
|
||||
run: cargo check --all-targets --all-features
|
||||
- name: Clippy
|
||||
run: cargo clippy --all-targets --all-features -- -D warnings
|
||||
- name: Run tests
|
||||
run: cargo test --verbose
|
2
core/mvcc/.gitignore
vendored
2
core/mvcc/.gitignore
vendored
|
@ -1,2 +0,0 @@
|
|||
Cargo.lock
|
||||
target/
|
Loading…
Add table
Add a link
Reference in a new issue