Skip to content

Commit

Permalink
test2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgiving committed Sep 15, 2023
1 parent f4a44c9 commit 75476a6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/workflow.yaml
Expand Up @@ -24,10 +24,10 @@ jobs:
run: |
mkdir build && cd build
cmake -DENABLE_ADE_TESTING=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_STANDARD=${{ matrix.version }} ..
# make -j
make -j .
# - name: ADE-Test Stage
# run: ./build/bin/ade-tests
- name: ADE-Test Stage
run: ./build/bin/ade-tests

# - name: CMN-Test Stage
# run: ./build/bin/common-tests
- name: CMN-Test Stage
run: ./build/bin/common-tests

0 comments on commit 75476a6

Please sign in to comment.