Skip to content

Commit 7f16f91

Browse files
committed
wip
1 parent 9e7d3ed commit 7f16f91

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,12 @@ jobs:
8383
- uses: actions/checkout@v4
8484
- name: Install
8585
run: brew install ${{ matrix.config.brew_package }}
86+
- name: test
87+
run: find ${{ matrix.config.cc }}/../../ -maxdepth 3 -type d -exec ls -ld "{}" \;
8688
- name: Build Debug
87-
run: make CMAKE_PRESET=Unix_x64_Debug generate build
89+
run: make CMAKE_PRESET=Unix_${{ matrix.config.arch }}_Debug generate build
8890
- name: Build Release
89-
run: make CMAKE_PRESET=Unix_x64_Release generate build
91+
run: make CMAKE_PRESET=Unix_${{ matrix.config.arch }}_Release generate build
9092
- name: Test
9193
run: make test
9294
windows:

0 commit comments

Comments
 (0)