Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dwarfovich committed Nov 19, 2024
1 parent 562f1bc commit 91dc854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/HW8.yml-backup → .github/workflows/HW8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
cmake --build --preset ${{ env.cmake_build_preset }}
- name: Run packet ${{ env.target_name }}
run: '${{ env.bin_path }}/${{ env.target_name }}'
run: '${{ env.bin_path }}/${{ env.target_name }} --algorithm MD5 --targets ${{ env.hw_path }}\\tests'

# - name: Run tests
# if: ${{ env.build_tests }}
Expand Down

0 comments on commit 91dc854

Please sign in to comment.