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:
Pekka Enberg
2024-06-19 16:10:09 +03:00
parent 70b73e7535
commit 94c827d5ae
3 changed files with 38 additions and 1 deletions

View File

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