Skip to content

Commit 415a9a5

Browse files
committed
split off tests
1 parent 1713765 commit 415a9a5

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/macos-linux-pixi.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,14 @@ jobs:
5353
cache: true
5454
environments: ${{ matrix.environment }}
5555

56-
- name: Build aligator-cmake-example-project
56+
- name: Build and test aligator-cmake-example-project
5757
shell: bash -l {0}
5858
env:
5959
CMAKE_BUILD_PARALLEL_LEVEL: 4
6060
ALCEP_BUILD_TYPE: ${{ matrix.build_type }}
6161
run: |
62-
pixi run -e ${{ matrix.environment }} build
63-
pixi shell -e ${{ matrix.environment }}
64-
cd build && ./bin/main
65-
# Tests
6662
pixi run -e ${{ matrix.environment }} test
63+
cd build && ./bin/main
6764
6865
check:
6966
name: check-macos-linux-pixi

0 commit comments

Comments
 (0)