We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1713765 commit 4371567Copy full SHA for 4371567
.github/workflows/macos-linux-pixi.yml
@@ -60,6 +60,8 @@ jobs:
60
ALCEP_BUILD_TYPE: ${{ matrix.build_type }}
61
run: |
62
pixi run -e ${{ matrix.environment }} build
63
+ - name: Test aligator-cmake-example-project
64
+ run: |
65
pixi shell -e ${{ matrix.environment }}
66
cd build && ./bin/main
67
# Tests
0 commit comments