Skip to content

Commit

Permalink
Update cmake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YuzukiTsuru committed Jul 1, 2022
1 parent a859286 commit 32ab18a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,14 @@ jobs:
- name: Prepare test
run: cd ${{github.workspace}}/test && mv tina_d1-h-yuzuki_ruler_pro_uart0.img.bin tina_d1-h-yuzuki_ruler_pro_uart0.img

- name: Test dump
- name: Test Dump
run: cd ${{github.workspace}}/build/dist && ./OpenixCard -d ${{github.workspace}}/test/tina_d1-h-yuzuki_ruler_pro_uart0.img

- name: Test unpack
- name: Test Unpack & cfg
run: cd ${{github.workspace}}/build/dist && ./OpenixCard -uc ${{github.workspace}}/test/tina_d1-h-yuzuki_ruler_pro_uart0.img

- name: Test pack
- name: Test Pack
run: cd ${{github.workspace}}/build/dist && ./OpenixCard -p ${{github.workspace}}/test/tina_d1-h-yuzuki_ruler_pro_uart0.img.dump

- name: Test Size
run: cd ${{github.workspace}}/build/dist && ./OpenixCard -s ${{github.workspace}}/test/tina_d1-h-yuzuki_ruler_pro_uart0.img

0 comments on commit 32ab18a

Please sign in to comment.