We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c5ff4d commit 840f080Copy full SHA for 840f080
.github/workflows/godel_build.yml
@@ -26,11 +26,13 @@ jobs:
26
mkdir build
27
cd build
28
cmake ..
29
- make -j4
30
- ./godel --version
31
- ./godel -h --color-off
32
- - name: Check
33
- run: pwd
+ make -j6
+ - name: Test
+ run: |
+ cd godel-script
+ ./build/godel
34
+ ./build/godel --version
35
+ ./build/godel -h --color-off
36
37
linux-x86_64-build:
38
runs-on: ubuntu-latest
@@ -51,8 +53,10 @@ jobs:
51
53
52
54
55
56
57
58
59
60
61
62
0 commit comments