Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
asaezper authored Oct 24, 2024
1 parent 74f4a4e commit 0f709f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
sudo docker/scripts/install_dependencies.sh
- name: Build srsRAN Project on x86 ${{ matrix.os }} with compiler ${{ matrix.compiler }}
run: |
docker/scripts/builder.sh -c ${{ matrix.compiler }} -m "-j$(nproc) install" .
docker/scripts/builder.sh -c ${{ matrix.compiler }} -m "-j$(nproc)" .
- name: Run unit tests
run: |
cd build && ctest -j$(nproc) --schedule-random --output-on-failure --output-junit xunit.xml
Expand Down

0 comments on commit 0f709f5

Please sign in to comment.