mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-26 20:44:23 +01:00
First pass on compatibility tests
With some help from GPT, add a TCL script that has similar syntax as some of the SQLite source tree tests.
This commit is contained in:
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
@@ -21,8 +21,10 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
- name: Run tests
|
||||
- name: Run Rust tests
|
||||
run: cargo test --verbose
|
||||
- name: Run compatibility tests
|
||||
run: make test
|
||||
|
||||
build-wasm:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user