issues
search
Finschia
/
cosmwasm
Fast and reusable WebAssembly smart contract runtime(and library) for finschia-sdk.
Apache License 2.0
27
stars
14
forks
source link
ci: remove needless ci jobs
#132
Closed
whylee259
closed
3 years ago
whylee259
commented
3 years ago
Description
Remove needless CI jobs.
Remove circleci
Remove duplicated build job
Some jobs (
https://github.com/line/cosmwasm/blob/main/.github/workflows/benchmarking.yml#L18-L80
) already exist in test.yml.
The ci failure due to invalid checksum usage is also fixed
Types of changes
[ ] Bug fix (changes which fixes an issue)
[ ] New feature (changes which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[x] ETC (build, ci, docs, perf, refactor, style, test)
Checklist
[x] I followed the
contributing guidelines
.
[ ] I have updated the documentation accordingly.
[ ] I have added tests to cover my changes.
[x] The PR title and commits are followed
conventional commit form
.
Description
Remove needless CI jobs.
Types of changes
Checklist