Skip to content

Commit eda9f08

Browse files
authored
Run plugin diagnostics tests on CI (#3738)
<!-- Reference any GitHub issues resolved by this PR --> Closes # ## Introduced changes <!-- A brief description of the changes --> - ## Checklist <!-- Make sure all of these are complete --> - [ ] Linked relevant issue - [ ] Updated relevant documentation - [ ] Added relevant tests - [ ] Performed self-review of the code - [ ] Added changes to `CHANGELOG.md`
1 parent dbb0d40 commit eda9f08

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@ jobs:
127127
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6
128128
- uses: software-mansion/setup-universal-sierra-compiler@v1
129129
- uses: asdf-vm/actions/install@1902764435ca0dd2f3388eea723a4f92a4eb8302
130-
- run: cargo test --package forge e2e::plugin_versions
130+
- run: cargo test --profile ci --package forge e2e::plugin_versions
131+
- run: cargo test --profile ci --package forge e2e::plugin_diagnostics
131132

132133
test-requirements-check-special-conditions:
133134
name: Test requirements check special conditions
@@ -138,13 +139,13 @@ jobs:
138139
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6
139140
- uses: software-mansion/setup-universal-sierra-compiler@v1
140141

141-
- run: cargo test --package forge --features no_scarb_installed --lib compatibility_check::tests::failing_tool_not_installed
142+
- run: cargo test --profile ci --package forge --features no_scarb_installed --lib compatibility_check::tests::failing_tool_not_installed
142143

143144
- uses: software-mansion/setup-scarb@v1
144145
with:
145146
scarb-version: "2.10.0"
146147

147-
- run: cargo test --package forge --features scarb_2_10_0 --test main e2e::requirements::test_warning_on_scarb_version_below_recommended
148+
- run: cargo test --profile ci --package forge --features scarb_2_10_0 --test main e2e::requirements::test_warning_on_scarb_version_below_recommended
148149

149150
# TODO(#3212): Closures in Cairo are fully supported since version 2.11
150151
test-interact-with-state:

0 commit comments

Comments
 (0)