Skip to content

Commit

Permalink
33
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgiving committed Aug 13, 2022
1 parent cf9b5fd commit 2890c6b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/workflow.yaml
Expand Up @@ -48,11 +48,10 @@ jobs:
mkdir build
cd build
cmake -DENABLE_ADE_TESTING=ON -DCMAKE_BUILD_TYPE=Release ..
ls
#make -j
- name: ADE-Test Stage
run: ./build/bin/ade-tests
run: ./D:/a/ade/ade/build/ade-tests #./build/bin/ade-tests

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

0 comments on commit 2890c6b

Please sign in to comment.