Skip to content

Commit a9feb83

Browse files
committed
fix: enable tests on all platforms
1 parent 18ea255 commit a9feb83

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/conan.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232

3333
- name: Install Conan
3434
uses: conan-io/setup-conan@v1
35+
with:
36+
version: '2.19'
3537

3638
- name: Add artifactory & set conan config
3739
run: |
@@ -48,7 +50,7 @@ jobs:
4850
4951
- name: Run tests
5052
shell: bash
51-
if: runner.os != 'Linux'
52-
working-directory: ./build
5353
run: |
54+
ls -la build
55+
ls -la build/${{ matrix.build_type }}
5456
ctest --output-on-failure -C ${{ matrix.build_type }}

0 commit comments

Comments
 (0)