Skip to content

Commit

Permalink
add ci to master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
gianfra-t committed May 2, 2024
1 parent ac6903c commit 1102c68
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ on:
pull_request:
branches:
- 'polkadot-v0.9.42'
- 'master'

name: continuous-integration-cargo-test
name: continuous-integration-test
jobs:
ci:
runs-on: ubuntu-20.04
Expand Down Expand Up @@ -62,4 +63,4 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: --all --all-features
args: --all-features

0 comments on commit 1102c68

Please sign in to comment.