Skip to content

Commit

Permalink
Fix schema generation.
Browse files Browse the repository at this point in the history
  • Loading branch information
zie1ony committed Feb 6, 2024
1 parent f06dd3d commit 860629f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-cargo-odra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- run: just prepare
- run: just check-lint
- run: just install
- run: just test-project-generation-on-future-odra
- run: just test-workspace-generation-on-future-odra
# - run: just test-project-generation-on-stable-odra
# - run: just test-workspace-generation-on-stable-odra
# - run: just test-project-generation-on-future-odra
# - run: just test-workspace-generation-on-future-odra
- run: just test-project-generation-on-stable-odra
- run: just test-workspace-generation-on-stable-odra
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/target
.idea
testproject
Cargo.lock
.*
!/.gitignore
2 changes: 1 addition & 1 deletion src/actions/schema.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ impl SchemaAction<'_> {
command::cargo_generate_schema_files(
self.project.project_root(),
&contract.struct_name(),
&contract.module_name(),
&contract.crate_name(&self.project),
);
}
}
Expand Down

0 comments on commit 860629f

Please sign in to comment.