-
Notifications
You must be signed in to change notification settings - Fork 354
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix features not being passed to cargo-build template (#2486)
* Fix features not being passed to cargo-build template * Remove evm-tracing feature from coverage job * Remove build-features action
- Loading branch information
1 parent
433dda2
commit 4891e81
Showing
3 changed files
with
2 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -307,25 +307,6 @@ jobs: | |
name: moonbeam | ||
path: build | ||
|
||
build-features: | ||
runs-on: | ||
labels: bare-metal | ||
needs: ["set-tags"] | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
with: | ||
ref: ${{ needs.set-tags.outputs.git_ref }} | ||
- name: Cargo build | ||
uses: ./.github/workflow-templates/cargo-build | ||
with: | ||
features: "try-runtime" | ||
- name: Upload binary | ||
uses: actions/[email protected] | ||
with: | ||
name: moonbeam-features | ||
path: build | ||
|
||
rust-test: | ||
runs-on: | ||
labels: bare-metal | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters