From 366780f0bcf7e9de16ce69943a151d06c19c920a Mon Sep 17 00:00:00 2001 From: KOBAYASHI Shuji Date: Mon, 21 Dec 2020 16:12:02 +0900 Subject: Fix typo in `.github/workflows/build.yml` [skip travis][skip appveyor] --- .github/workflows/build.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to '.github') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 404fd8fe3..60aa438a2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: !contains(github.event.head_commit.message, '[skip gha]') runs-on: ubuntu-latest steps: - - run: echo skip + - run: echo not skip Ubuntu-1604: needs: Check-Skip @@ -24,7 +24,7 @@ jobs: run: ruby -v - name: Compiler version run: ${{ env.CC }} --version - - name: Build and Test + - name: Build and test run: rake -m && rake test Ubuntu-1804-gcc: @@ -39,7 +39,7 @@ jobs: run: ruby -v - name: Compiler version run: ${{ env.CC }} --version - - name: Build and Test + - name: Build and test run: rake -m && rake test Ubuntu-1804-clang: @@ -54,7 +54,7 @@ jobs: run: ruby -v - name: Compiler version run: ${{ env.CC }} --version - - name: Build and Test + - name: Build and test run: rake -m && rake test macOS: @@ -69,7 +69,7 @@ jobs: run: ruby -v - name: Compiler version run: ${{ env.CC }} --version - - name: Build and Test + - name: Build and test run: rake -m && rake test Windows-MinGW: @@ -84,7 +84,7 @@ jobs: run: ruby -v - name: Compiler version run: ${{ env.CC }} --version - - name: Build and Test + - name: Build and test # If build and test are separated like `rake && rake test`, somehow # it will be fully built even at `rake test`, so it is not separated. run: rake -E STDOUT.sync=true test @@ -128,7 +128,7 @@ jobs: run: ruby -v - name: Compiler version run: ${{ env.CC }} --version - - name: Build and Test + - name: Build and test shell: cmd run: | ruby /usr/bin/rake -E STDOUT.sync=true -m @@ -146,7 +146,7 @@ jobs: - uses: actions/checkout@v2 - name: Ruby version run: ruby -v - - name: Build and Test + - name: Build and test shell: cmd run: | call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat" -- cgit v1.2.3