Skip to content

Commit

Permalink
Compile only schedule-ut target
Browse files Browse the repository at this point in the history
  • Loading branch information
ziobron authored Jun 13, 2024
1 parent b16690e commit 0c3d0bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
working-directory: ${{ env.path }}
run: |
cmake ..
make
make schedule-ut
- name: Run tests
working-directory: ${{ env.path }}
run: ./schedule-ut
Expand Down

0 comments on commit 0c3d0bf

Please sign in to comment.