Skip to content

Commit b09f8a3

Browse files
committed
ci: build tests on arch
1 parent d406b33 commit b09f8a3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ jobs:
6969
steps:
7070
- run: pacman -Syu --noconfirm cmake ninja catch2 git eigen cereal libmatio doxygen graphviz nanobind python-scipy simde
7171
- uses: actions/checkout@v6
72-
- run: cmake -G Ninja -B build -S . -DBUILD_PYTHON_INTERFACE=ON
73-
- run: cmake --build build
72+
- run: cmake -G Ninja -B build -S . -DBUILD_PYTHON_INTERFACE=ON -DBUILD_TESTING=ON -DBUILD_EXAMPLES=ON -DBUILD_DOCUMENTATION=ON -DBUILD_BENCHMARKS=ON
73+
- run: cmake --build build --verbose --parallel 2
7474
- run: ctest --test-dir build --output-on-failure
7575

7676
check:

0 commit comments

Comments
 (0)