updated step name

release/4.3a0
Varun Agrawal 2020-08-19 13:54:16 -04:00
parent 21988f399e
commit 7c44d9ee66
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ jobs:
if: runner.os == 'Linux'
run: |
echo "BOOST_ROOT = $BOOST_ROOT"
- name: Build (Linux)
- name: Build and Test (Linux)
if: runner.os == 'Linux'
run: |
bash .github/scripts/unix.sh -t

View File

@ -45,7 +45,7 @@ jobs:
echo "::set-env name=CC::clang"
echo "::set-env name=CXX::clang++"
fi
- name: Build (macOS)
- name: Build and Test (macOS)
if: runner.os == 'macOS'
run: |
bash .github/scripts/unix.sh -t