Skip to content

Commit

Permalink
Update ci_tests.yml (#107)
Browse files Browse the repository at this point in the history
- add names
  • Loading branch information
minikin committed Nov 29, 2022
2 parents c08dd46 + 4f4e0bd commit 085f08f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci_tests.yml
Expand Up @@ -84,10 +84,11 @@ jobs:
# --exclude "chain-*" \

vit_servicing_station:
name: Vit Servicing Station Tests
runs-on: ubuntu-latest
env:
CARGO_FLAGS: --verbose --locked
steps:
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
Expand All @@ -113,6 +114,7 @@ jobs:
--retries 10
catalyst_toolbox:
name: Catalyst Toolbox Tests
runs-on: ubuntu-latest
env:
CARGO_FLAGS: --verbose --locked
Expand All @@ -135,10 +137,11 @@ jobs:
- run: cargo nextest run -p catalyst-toolbox -p snapshot-lib

voting_tools:
name: Voting Toolss Tests
runs-on: ubuntu-latest
env:
CARGO_FLAGS: --verbose --locked
steps:
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
Expand All @@ -157,6 +160,7 @@ jobs:
- run: cargo nextest run -p voting_tools_rs

chain-libs:
name: Chain Libs Tests
runs-on: ubuntu-latest
env:
CARGO_FLAGS: --verbose --locked
Expand Down Expand Up @@ -204,6 +208,7 @@ jobs:
npm test
clippy:
name: Clippy
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down

0 comments on commit 085f08f

Please sign in to comment.