We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fab4ea8 commit b9c45d8Copy full SHA for b9c45d8
1 file changed
.github/workflows/build.yml
@@ -43,6 +43,9 @@ jobs:
43
ls -lh .build/release/SwiftLM
44
file .build/release/SwiftLM
45
46
+ - name: SwiftBuddy Tests (MemPalace & Lifecycle)
47
+ run: swift test --filter SwiftBuddyTests
48
+
49
- name: TurboQuant unit tests
50
run: |
51
# Compile and run standalone C++ unit tests for the TurboQuant
0 commit comments