Share memory by copying. (#180)

This commit is contained in:
Nuno Cruces
2024-10-31 15:21:15 +00:00
committed by GitHub
parent b2e8636227
commit 17f7840a83
13 changed files with 307 additions and 34 deletions

View File

@@ -60,10 +60,6 @@ jobs:
run: go test -v -tags sqlite3_dotlk ./...
if: matrix.os == 'macos-latest'
- name: Test no shared memory
run: go test -v -tags sqlite3_noshm ./...
if: matrix.os == 'ubuntu-latest'
- name: Test no locks
run: go test -v -tags sqlite3_nosys ./...
if: matrix.os == 'ubuntu-latest'