Skip to content

Commit

Permalink
Test with Poac on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-matsui committed Dec 16, 2023
1 parent c9d627c commit 7178caf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@ jobs:
run: ./build-out/poac build --verbose

- name: Test the second generation
run: ./poac-out/debug/poac help
run: ./poac-out/debug/poac test --verbose

- name: Third Generation Build
run: ./poac-out/debug/poac build --verbose --release

- name: Test the third generation
run: ./poac-out/release/poac help
run: ./poac-out/release/poac test --verbose --release

# - name: Test Poac
# run: ctest --output-on-failure --verbose
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ jobs:
run: ./build-out/poac build --verbose

- name: Test the second generation
run: ./poac-out/debug/poac help
run: ./poac-out/debug/poac test --verbose

- name: Third Generation Build
run: ./poac-out/debug/poac build --verbose --release

- name: Test the third generation
run: ./poac-out/release/poac help
run: ./poac-out/release/poac test --verbose --release

# - name: Test Poac
# run: ctest --output-on-failure --verbose
Expand Down

0 comments on commit 7178caf

Please sign in to comment.