Skip to content

Commit

Permalink
chore: remove unnecessaey targets in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
wst24365888 committed Dec 13, 2022
1 parent 5fc43ca commit 5501c77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Build
run: |
cmake . -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=OFF -DBUILD_PYBIND11=ON -DPRINT_BENCHMARK=OFF -DBUILD_TESTS=ON -DBUILD_BENCHMARKS=OFF
cmake --build . --config Release
make libstreamvbyte_tests
- name: Test
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Build Tests
run: |
cmake . -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=OFF -DBUILD_PYBIND11=ON -DPRINT_BENCHMARK=ON -DBUILD_TESTS=ON -DBUILD_BENCHMARKS=OFF
cmake --build . --config Release
make libstreamvbyte libstreamvbyte_tests
- name: Test
run: |
Expand Down Expand Up @@ -70,5 +70,5 @@ jobs:
apt-get update -qq -y
apt-get install -qq -y build-essential cmake
cmake . -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=OFF -DBUILD_PYBIND11=OFF -DPRINT_BENCHMARK=ON -DBUILD_TESTS=ON -DBUILD_BENCHMARKS=OFF
cmake --build . --config Release
make libstreamvbyte_tests
./libstreamvbyte_tests

0 comments on commit 5501c77

Please sign in to comment.