File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,15 @@ run-tests: xcbeautify
49
49
50
50
test : build-tests run-tests
51
51
52
+ build-query-performance-tests :
53
+ set -o pipefail \
54
+ && env RUN_QUERY_PERFORMANCE_TESTS=true \
55
+ swift build --build-tests \
56
+ --disable-automatic-resolution \
57
+ --enable-experimental-prebuilts \
58
+ --filter QueryPerformanceTests \
59
+ 2>&1 | xcbeautify --renderer github-actions
60
+
52
61
run-query-performance-tests :
53
62
set -o pipefail \
54
63
&& env RUN_QUERY_PERFORMANCE_TESTS=true \
@@ -58,9 +67,9 @@ run-query-performance-tests:
58
67
--filter QueryPerformanceTests \
59
68
2>&1 | tee test.log
60
69
grep " ℹ️" test.log
61
- grep -v " \] Compiling" test.log | ./ xcbeautify --renderer github-actions
70
+ grep -v " \] Compiling" test.log | xcbeautify --renderer github-actions
62
71
63
- test-query-performance : build-tests run-query-performance-tests
72
+ test-query-performance : build-query-performance- tests run-query-performance-tests
64
73
65
74
test-fast :
66
75
@echo Skipping image snapshot tests
You can’t perform that action at this time.
0 commit comments