File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ jobs:
127127 key : ${{ steps.cache-unit-test-vcpkg-sources.outputs.cache-primary-key }}
128128 enableCrossOsArchive : false
129129
130- - name : Build unit-test for Fluent Bit packages (only for x86 and x64 )
130+ - name : Build unit-test for Fluent Bit packages (x86, x64, and ARM64 )
131131 run : |
132132 cmake -G "NMake Makefiles" `
133133 -D FLB_TESTS_INTERNAL=On `
@@ -170,7 +170,7 @@ jobs:
170170 dumpbin /dependents .\bin\fluent-bit.exe
171171 working-directory : build
172172
173- - name : Build unit-test for Fluent Bit packages (only for x86 and x64 )
173+ - name : Run unit tests for Fluent Bit packages (x86, x64, and ARM64 )
174174 run : |
175175 ctest --build-run-dir "$PWD" --output-on-failure
176176 shell : pwsh
You can’t perform that action at this time.
0 commit comments