Skip to content

Commit

Permalink
Unit tests are passing but more work ahead
Browse files Browse the repository at this point in the history
  • Loading branch information
Olshansk committed Nov 10, 2023
1 parent 489fde9 commit 746d765
Show file tree
Hide file tree
Showing 13 changed files with 348 additions and 308 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,11 @@ localnet_config.yaml
# Relase artifacts produced by `ignite chain build --release`
release

# Only keep one go module in our codebase
go.work.sum

# Avoid accidently commiting gomock artifacts

Check warning on line 68 in .gitignore

View workflow job for this annotation

GitHub Actions / misspell

[misspell] .gitignore#L68

"accidently" is a misspelling of "accidentally"
Raw output
./.gitignore:68:8: "accidently" is a misspelling of "accidentally"

Check warning on line 68 in .gitignore

View workflow job for this annotation

GitHub Actions / misspell

[misspell] .gitignore#L68

"commiting" is a misspelling of "committing"
Raw output
./.gitignore:68:19: "commiting" is a misspelling of "committing"
**/gomock_reflect_*


gomock_reflect
Loading

0 comments on commit 746d765

Please sign in to comment.