Skip to content

Commit

Permalink
Move test command to same step of build
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosEduR committed May 10, 2024
1 parent f909d67 commit 1716753
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- uses: uraimo/run-on-arch-action@v2
name: Build
name: Build and Test
id: runcmd
env:
CXX: g++-12
Expand All @@ -40,5 +40,4 @@ jobs:
run: |
cmake -DADA_SANITIZE=ON -DADA_DEVELOPMENT_CHECKS=ON -DBUILD_SHARED_LIBS=${{matrix.shared}} -G Ninja -B build
cmake --build build -j=2
- name: Test
run: ctest --test-dir build
ctest --test-dir build

0 comments on commit 1716753

Please sign in to comment.