Skip to content

Commit

Permalink
add setter-populate.sh to the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
konnov committed May 15, 2024
1 parent ccb1f49 commit 5a30770
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,6 @@ jobs:
- name: build
run: cd ContractExamples && cargo build --verbose
- name: unit tests
run: cd ContractExamples && cargo test --verbose
run: cd ContractExamples && cargo test --verbose
- name: populating setter
run: cd ContractExamples && ./scripts/setter-populate.sh

0 comments on commit 5a30770

Please sign in to comment.