From b59b5ad0e92633185f1965e66dc776f6b143c61f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Thu, 14 Nov 2019 23:41:41 +0100 Subject: [PATCH] Rename `Integration` workflow to `Test` --- .github/workflows/{integration.yml => test.yml} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename .github/workflows/{integration.yml => test.yml} (87%) diff --git a/.github/workflows/integration.yml b/.github/workflows/test.yml similarity index 87% rename from .github/workflows/integration.yml rename to .github/workflows/test.yml index 008e0edd..4f911303 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/test.yml @@ -1,7 +1,7 @@ -name: Integration +name: Test on: [push, pull_request] jobs: - test: + all: runs-on: ${{ matrix.os }} strategy: matrix: @@ -11,7 +11,6 @@ jobs: - uses: hecrj/setup-rust-action@v1 with: rust-version: ${{ matrix.rust }} - targets: ${{ matrix.targets }} - uses: actions/checkout@master - name: Run tests run: |