Skip to content

Commit

Permalink
binaries testing
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume W. Bres <[email protected]>
  • Loading branch information
gwbres committed Dec 28, 2023
1 parent 72705aa commit 9a645c4
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,21 @@ jobs:
command: build
args: --verbose --all-features

- name: Test binaries
run: |
./tools/test-binaries.sh
- uses: actions-rs/cargo@v1
name: Test basic CRX2RNX
with:
command: run
args: |
--bin crx2rnx \
-- -f test_resources/CRNX/V3/KMS300DNK_R_20221591000_01H_30S_MO.crx.gz
- uses: actions-rs/cargo@v1
name: Test basic RNX2CRNX
with:
command: run
args: |
--bin rnx2crx \
-- -f test_resources/CRNX/V3/KMS300DNK_R_20221591000_01H_30S_MO.crx.gz
windows-build:
runs-on: windows-latest
Expand Down Expand Up @@ -133,6 +145,3 @@ jobs:
with:
command: build
args: -p crx2rnx --all-features --release --verbose
- name: Test binaries
run: |
./tools/test-binaries.sh

0 comments on commit 9a645c4

Please sign in to comment.