Skip to content

Commit

Permalink
update info output test for godel executable
Browse files Browse the repository at this point in the history
  • Loading branch information
ValKmjolnir committed Jun 25, 2024
1 parent 5c5ff4d commit 840f080
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions .github/workflows/godel_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,13 @@ jobs:
mkdir build
cd build
cmake ..
make -j4
./godel --version
./godel -h --color-off
- name: Check
run: pwd
make -j6
- name: Test
run: |
cd godel-script
./build/godel
./build/godel --version
./build/godel -h --color-off
linux-x86_64-build:
runs-on: ubuntu-latest
Expand All @@ -51,8 +53,10 @@ jobs:
mkdir build
cd build
cmake ..
make -j4
./godel --version
./godel -h --color-off
- name: Check
run: pwd
make -j6
- name: Test
run: |
cd godel-script
./build/godel
./build/godel --version
./build/godel -h --color-off

0 comments on commit 840f080

Please sign in to comment.