Skip to content

Commit

Permalink
[github] Fix to run tests in same target
Browse files Browse the repository at this point in the history
  • Loading branch information
svalat committed Mar 1, 2024
1 parent ac848f9 commit c944b11
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/malt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,12 @@ jobs:
- name: Install dependencies
run: sudo apt-get install -y libunwind-dev nodejs cmake

- name: Build Project
- name: Build Project & test
run: |
mkdir build
cd build
../configure --enable-tests --enable-debug --enable-junit-output
make
- name: Test Project
run: |
ctest
- name: Publish Test Report
Expand Down

0 comments on commit c944b11

Please sign in to comment.