Skip to content

Commit 67db753

Browse files
committed
Test new traits
1 parent 1b7f5f6 commit 67db753

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,14 @@ jobs:
3434
env:
3535
PACKAGE_MANAGER_COMMAND: test -Xswiftc -warnings-as-errors --traits SwiftToolchainCSQLite
3636
run: ./run-tests.sh
37+
- name: "Run tests (PACKAGE_MANAGER_COMMAND: test --traits SQLiteSwiftCSQLite)"
38+
env:
39+
PACKAGE_MANAGER_COMMAND: test -Xswiftc -warnings-as-errors --traits SQLiteSwiftCSQLite
40+
run: ./run-tests.sh
41+
- name: "Run tests (PACKAGE_MANAGER_COMMAND: test --traits SQLiteSwiftCSQLite,FTS5)"
42+
env:
43+
PACKAGE_MANAGER_COMMAND: test -Xswiftc -warnings-as-errors --traits SQLiteSwiftCSQLite,FTS5
44+
run: ./run-tests.sh
3745
- name: "Run tests (PACKAGE_MANAGER_COMMAND: test --traits SQLCipher)"
3846
env:
3947
PACKAGE_MANAGER_COMMAND: test -Xswiftc -warnings-as-errors --traits SQLCipher

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
0.15.5 (tbd), [diff][diff-0.15.5]
22
========================================
3-
* Support more package traits ([#1341][])
3+
* Support more package traits ([#1341][]), including FTS5 ([#1343][])
44
* SQLCipher package manager integration ([#1336][], [#1340][])
55
* Provide a dynamic library in SPM ([#1342][])
66
* Added sendability conformance ([#1332][])
@@ -284,3 +284,4 @@ For breaking changes, see [Upgrading.md](Documentation/Upgrading.md).
284284
[#1340]: https://github.com/stephencelis/SQLite.swift/pull/1340
285285
[#1341]: https://github.com/stephencelis/SQLite.swift/pull/1341
286286
[#1342]: https://github.com/stephencelis/SQLite.swift/pull/1342
287+
[#1343]: https://github.com/stephencelis/SQLite.swift/pull/1343

0 commit comments

Comments
 (0)