Skip to content

Commit

Permalink
Change scarb plugin name in Cargo manifest to match the Scarb manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
maciektr committed Oct 17, 2024
1 parent bc60846 commit ac9af8c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
- uses: software-mansion/setup-scarb@v1.3.3
- uses: software-mansion/setup-universal-sierra-compiler@v1
- name: Run Forge Scarb Plugin tests
run: cargo test --release -p snforge-scarb-plugin
run: cargo test --release -p snforge_scarb_plugin

test-cast:
name: Test Cast
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/snforge-scarb-plugin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "snforge-scarb-plugin"
name = "snforge_scarb_plugin"
version.workspace = true
edition.workspace = true
publish = false
Expand Down

0 comments on commit ac9af8c

Please sign in to comment.