Skip to content

Commit f674ffd

Browse files
committed
Add _compatibility package
commit-id:4ff317d1
1 parent f41bcbb commit f674ffd

File tree

84 files changed

+7869
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+7869
-1
lines changed

.github/workflows/ci.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,19 @@ jobs:
228228
working-directory: crates/snforge-scarb-plugin
229229
run: cargo test --release
230230

231+
test-forge-scarb-plugin-compatibility:
232+
name: Test Forge Scarb Plugin Compatibility
233+
runs-on: ubuntu-latest
234+
steps:
235+
- uses: actions/checkout@v4
236+
- uses: dtolnay/rust-toolchain@stable
237+
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6
238+
- uses: software-mansion/setup-scarb@v1
239+
- uses: software-mansion/setup-universal-sierra-compiler@v1
240+
- name: Run Forge Scarb Plugin tests
241+
working-directory: crates/snforge-scarb-plugin-compatibility
242+
run: cargo test --release
243+
231244
test-cast:
232245
name: Test Cast
233246
runs-on: ${{ matrix.os }}

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ members = [
1919
"crates/foundry-ui",
2020
]
2121

22-
exclude = ["crates/snforge-scarb-plugin"]
22+
exclude = ["crates/snforge-scarb-plugin", "crates/snforge-scarb-plugin-compatibility"]
2323

2424
[workspace.package]
2525
version = "0.44.0"

0 commit comments

Comments
 (0)