core/mvcc: Remove Git metadata files

This commit is contained in:
Pekka Enberg 2025-02-05 12:40:06 +02:00
parent b9568b74af
commit fcb4c7e46a
2 changed files with 0 additions and 27 deletions

View file

@ -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

View file

@ -1,2 +0,0 @@
Cargo.lock
target/