Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tasiov committed Jul 26, 2023
1 parent ed307d7 commit 015bab0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/basic.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Compile Lint and Coverage
name: Basic

on:
pull_request:
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:

- name: Generate code coverage
run: |
cargo tarpaulin --verbose --workspace --timeout 120 --out Xml --exclude unit-tests
cargo tarpaulin --verbose --workspace --timeout 120 --out Xml
- name: Upload to codecov.io
uses: codecov/codecov-action@v2
Expand Down
2 changes: 1 addition & 1 deletion typescript/packages/core-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stargazezone/core-types",
"version": "0.1.0",
"version": "0.2.0",
"description": "The official types package for Stargaze Core contracts",
"author": "Shane Vitarana",
"homepage": "https://stargaze.zone/",
Expand Down

0 comments on commit 015bab0

Please sign in to comment.