Skip to content

Commit

Permalink
Bring back prop_test
Browse files Browse the repository at this point in the history
  • Loading branch information
lubkoll committed Jul 22, 2024
1 parent dcc8a64 commit 0585e1e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/cl_vault.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ jobs:
with:
contract: 'cl-vault'
dex_router_osmosis: true
prop_test: true
8 changes: 7 additions & 1 deletion .github/workflows/rust_test_tube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ on:
type: string
dex_router_osmosis:
required: false
default: false
type: boolean
prop_test:
required: false
type: boolean

jobs:
Expand Down Expand Up @@ -37,6 +39,10 @@ jobs:
working-directory: smart-contracts/contracts/dex-router-osmosis
- name: Run test-tube tests
run: cargo test-tube
working-directory: smart-contracts/contracts/${{ inputs.contract }}
- name: Run prop-test
if: github.ref == 'refs/heads/feat-cii15'
run: cargo prop-test
env:
PROPTEST_CASES: 10
working-directory: smart-contracts/contracts/${{ inputs.contract }}
Expand Down

0 comments on commit 0585e1e

Please sign in to comment.