test env.
This commit is contained in:
@@ -9,7 +9,8 @@ jobs:
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
- run: cmake -S . -B build --target all
|
||||
- run: cmake -S . -B build
|
||||
- run: cmake --build build --target all
|
||||
- run: build/Bilby
|
||||
- name: Notify
|
||||
if: ${{ always() }}
|
||||
|
||||
Reference in New Issue
Block a user