fix: extract VRF to a plugin #248

This commit is contained in:
ppedziwiatr
2023-04-25 10:52:36 +02:00
committed by just_ppe
parent 244a5d6059
commit e22d949485
13 changed files with 126 additions and 100 deletions

View File

@@ -23,10 +23,10 @@ jobs:
run: yarn test:integration:internal-writes
- name: Run integration tests [wasm]
run: yarn test:integration:wasm
- name: Run regression tests
run: yarn test:regression
- name: Test example rust contracts
run: yarn build:test:wasm
- name: Run regression tests
run: yarn test:regression
- name: Trigger integration tests
if: github.ref_name == 'main'
run: >