Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/runtime seed validation #15

Merged
merged 18 commits into from
Jan 24, 2022
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
17 changes: 0 additions & 17 deletions .github/workflows/auto-label-issues.yml

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/auto-label-prs.yml

This file was deleted.

17 changes: 0 additions & 17 deletions .github/workflows/burnin-label-notification.yml

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/check-labels.yml

This file was deleted.

41 changes: 41 additions & 0 deletions .github/workflows/mangata-dev.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
on:
pull_request:
branches:
- mangata-dev
- mangata-dev-v4
push:
branches: [ mangata-dev ]

name: build

jobs:
check:
name: Rust project
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install newset Cargo
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
default: true
- name: Install nightly-2021-10-19 with wasm
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2021-10-19
target: wasm32-unknown-unknown
- name: Check Cargo version
run: |
cargo --version
- name: Build UT
uses: actions-rs/cargo@v1
with:
toolchain: nightly-2021-10-19
command: test
args: --release -j2 --no-run
- name: Run UT
uses: actions-rs/cargo@v1
with:
toolchain: nightly-2021-10-19
command: test
args: --release
19 changes: 0 additions & 19 deletions .github/workflows/md-link-check.yml

This file was deleted.

7 changes: 0 additions & 7 deletions .github/workflows/mlc_config.json

This file was deleted.

43 changes: 0 additions & 43 deletions .github/workflows/monthly-tag.yml

This file was deleted.

32 changes: 0 additions & 32 deletions .github/workflows/polkadot-companion-labels.yml

This file was deleted.

18 changes: 0 additions & 18 deletions .github/workflows/release-bot.yml

This file was deleted.

20 changes: 0 additions & 20 deletions .github/workflows/release-tagging.yml

This file was deleted.

20 changes: 0 additions & 20 deletions .github/workflows/trigger-review-pipeline.yml

This file was deleted.

Loading