Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Quuxplusone committed Oct 18, 2023
1 parent 1daf73c commit ec33fd1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,9 @@ jobs:
-DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }} \
-DCMAKE_CXX_STANDARD=${{ matrix.cpp_standard }} \
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }} \
-DGTEST_ROOT=${{ github.workspace }}/googletest/build \
-Dbenchmark_DIR=${{ github.workspace }}/benchmark/build
-DCMAKE_PREFIX_PATH="${{ github.workspace }}/googletest/build;${{ github.workspace }}/benchmark/build"
# -DGTEST_ROOT=${{ github.workspace }}/googletest/build \
# -Dbenchmark_DIR=${{ github.workspace }}/benchmark/build
cd ${{ github.workspace }}/build
make
./bin/utest

0 comments on commit ec33fd1

Please sign in to comment.