mirror of
https://github.com/simplex-chat/simplexmq.git
synced 2026-03-30 14:16:00 +00:00
check that sqlite library is compiled with threadsafe code (#63)
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -30,5 +30,10 @@ jobs:
|
||||
path: ~/.stack
|
||||
key: ${{ runner.os }}-${{ hashFiles('stack.yaml') }}
|
||||
|
||||
- name: Log SQLite default threading mode
|
||||
run: |
|
||||
sqlite3 test.db "pragma COMPILE_OPTIONS;" | grep THREADSAFE
|
||||
rm test.db
|
||||
|
||||
- name: Build and run tests
|
||||
run: stack build --test
|
||||
|
||||
Reference in New Issue
Block a user