@@ -12,9 +12,10 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: compile
|
||||
- name: Compile
|
||||
run: |
|
||||
cmake -B build -DBUILD_TEST=ON
|
||||
cmake --build build
|
||||
- name: Run tests
|
||||
run: |
|
||||
./build/test
|
||||
|
||||
Reference in New Issue
Block a user