Skip to content

Commit

Permalink
Merge pull request #15 from mangata-finance/feature/runtime_seed_vali…
Browse files Browse the repository at this point in the history
…dation

Feature/runtime seed validation
  • Loading branch information
mateuszaaa authored Jan 24, 2022
2 parents 6555c0c + 4aea064 commit f0bc9d9
Show file tree
Hide file tree
Showing 35 changed files with 1,323 additions and 1,688 deletions.
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

0 comments on commit f0bc9d9

Please sign in to comment.