Skip to content

Commit b027d35

Browse files
committed
aaaaaaaaaaa
1 parent 19c0ec3 commit b027d35

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,19 +52,13 @@ jobs:
5252
${{ hashFiles( 'conanfile.py' ) }}-${{ matrix.triplet }}
5353
5454
# Run CMake to generate Ninja project files, using the vcpkg's toolchain file to resolve and install the dependencies as specified in vcpkg.json.
55-
- name: Build.
55+
- name: Build and Test.
5656
run: |
5757
mkdir build
5858
cd build
5959
cmake .. -DCMAKE_BUILD_TYPE=Release
6060
make
61-
62-
# Test the whole project with CTest.
63-
- name: Run Tests.
64-
run: |
6561
if [ "$RUNNER_OS" != "Windows" ]; then
6662
ctest
67-
else
68-
echo "Skipping on Windows."
6963
fi
7064
shell: bash

0 commit comments

Comments
 (0)