File tree 1 file changed +2
-6
lines changed
1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 94
94
run : cmake --build ./build/
95
95
- name : Run unit tests
96
96
run : ./build/tests/unit-tests/odagtest --gtest_color=yes
97
- build-centos :
97
+ build-fedora :
98
98
name : Build (Fedora 32)
99
99
needs : pre_job
100
100
if : ${{ needs.pre_job.outputs.should_skip != 'true' }}
@@ -106,9 +106,7 @@ jobs:
106
106
run : git submodule update --init --recursive
107
107
- name : Run build
108
108
run : bash ci/fedora-buildgen.sh
109
- - name : Run unit tests
110
- run : ./build/tests/unit-tests/odagtest --gtest_color=yes
111
- build-ubuntu-bionic :
109
+ build-ubuntu-focal :
112
110
name : Build (Ubuntu 20.04 LTS)
113
111
needs : pre_job
114
112
if : ${{ needs.pre_job.outputs.should_skip != 'true' }}
@@ -120,5 +118,3 @@ jobs:
120
118
run : git submodule update --init --recursive
121
119
- name : Run build
122
120
run : bash ci/ubuntu-focal-buildgen.sh
123
- - name : Run unit tests
124
- run : ./build/tests/unit-tests/odagtest --gtest_color=yes
You can’t perform that action at this time.
0 commit comments