Skip to content

Commit 2783a15

Browse files
CopilotJohnAmadis
andcommitted
Fix CI test failure by building module before running tests
Co-authored-by: JohnAmadis <17320783+JohnAmadis@users.noreply.github.com>
1 parent 4adfdff commit 2783a15

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,10 @@ jobs:
3131
echo "Build completed successfully"
3232
ls -lh build/dmf/
3333
34-
- name: Configure tests
34+
- name: Build and test
3535
run: |
3636
mkdir -p build_tests
3737
cd build_tests
3838
cmake .. -DDMOD_MODE=DMOD_MODULE -DDMDEVFS_BUILD_TESTS=ON
39-
echo "Test configuration completed"
40-
41-
- name: Run tests
42-
run: |
43-
cd build_tests
39+
cmake --build .
4440
ctest --output-on-failure --verbose

0 commit comments

Comments
 (0)