Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NadeemYaseen authored Nov 15, 2024
1 parent 4f4441c commit 7ae4bb1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ jobs:
export CI=true
echo $run_test
make ${{ matrix.extra-opts}} ${{ matrix.test-type }} $run_test CPU_CORES=2
echo $?
[[ $? != 0 ]] && exit 1
ls -l /tmp
Expand Down Expand Up @@ -354,6 +355,7 @@ jobs:
export CI=true
echo $run_test
make ${{ matrix.test-type }} ${{ matrix.extra-opts }} $run_test CPU_CORES=2
echo $?
[[ $? != 0 ]] && exit 1
test-ubuntu-P:
Expand Down Expand Up @@ -451,6 +453,7 @@ jobs:
run_test=`cat TEST_ON`
export CI=true
make ${{ matrix.extra-opts}} ${{ matrix.test-type }} $run_test CPU_CORES=2
echo $?
[[ $? != 0 ]] && exit 1
Expand Down

0 comments on commit 7ae4bb1

Please sign in to comment.