From 1102c68a987b004bd7c406be144b78c89f2d7d4e Mon Sep 17 00:00:00 2001 From: Gianfranco Date: Thu, 2 May 2024 13:29:13 -0300 Subject: [PATCH] add ci to master branch --- .github/workflows/test.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c1b4c91..a9734c9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 @@ -62,4 +63,4 @@ jobs: uses: actions-rs/cargo@v1 with: command: test - args: --all --all-features + args: --all-features