Skip to content

Commit

Permalink
Merge pull request #6 from ElrondNetwork/wasm-tests-args
Browse files Browse the repository at this point in the history
Add `wasm-tests-args` input
  • Loading branch information
claudiu725 authored Dec 19, 2022
2 parents 305752e + cc66bd2 commit 21d2863
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ on:
default: ''
required: false
type: string
wasm-tests-args:
description: 'wasm tests arguments'
default: '--features elrond-wasm-debug/mandos-go-tests'
required: false
type: string
clippy-args:
description: 'cargo clippy arguments'
default: '--all-targets --all-features'
Expand Down Expand Up @@ -75,7 +80,7 @@ jobs:
run: erdpy contract build -r ${{ inputs.extra-build-args }}

- name: Run the wasm tests
run: cargo test --features elrond-wasm-debug/mandos-go-tests
run: cargo test ${{ inputs.wasm-tests-args }}

- name: Generate the contract report
run: erdpy contract report --skip-build --output-format json --output-file report.json
Expand Down

0 comments on commit 21d2863

Please sign in to comment.