Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Trappist node refactor #206

Merged
merged 17 commits into from
Jun 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,7 @@ jobs:

- name: Check Build Trappist Runtime
run: |
SKIP_WASM_BUILD=1 cargo check --release --features with-trappist-runtime

- name: Check Build Stout Runtime
run: |
SKIP_WASM_BUILD=1 cargo check --release --no-default-features --features with-stout-runtime
SKIP_WASM_BUILD=1 cargo check --release

test:
needs: lint
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Generated by Cargo
# will have compiled files and executables
**/target/
**/target_stout/
# These are backup files generated by rustfmt
**/*.rs.bk

Expand Down
Loading
Loading