Commit a8182bb
committed
fix: add missing testTarget to Package.swift
The tests directory exists with ReadmeVerificationTests.swift but Package.swift
was missing the testTarget declaration, causing 'no tests found' error in CI.
Also updated CI workflow to pass --traits URLRouting flag to swift test commands,
as FormCoding tests require URLRouting trait to access dependency modules.1 parent 16bf9f7 commit a8182bb
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
44 | 48 | | |
45 | 49 | | |
46 | 50 | | |
0 commit comments