From 2908461bf0f84f8870ee103911cad775541ad95d Mon Sep 17 00:00:00 2001 From: Zxilly Date: Mon, 25 Dec 2023 20:26:58 +0800 Subject: [PATCH] ci: build all target --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 53beec90..8cdc838d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,11 +48,11 @@ jobs: - name: Run unit tests run: | cmake -S . -B build -DUA2F_BUILD_TESTS=ON - cmake --build build --target ua2f_test + cmake --build build ./build/ua2f_test test-standalone: - name: Run unit tests + name: Run unit tests without uci support runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 @@ -67,7 +67,7 @@ jobs: - name: Run unit tests run: | cmake -S . -B build -DUA2F_BUILD_TESTS=ON -DUA2F_USE_UCI=OFF - cmake --build build --target ua2f_test + cmake --build build ./build/ua2f_test