Skip to content

Commit 93c78e1

Browse files
committed
Don't try and run unit tests in the docker jobs
1 parent da7c728 commit 93c78e1

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/linux.yml

+2-6
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
run: cmake --build ./build/
9595
- name: Run unit tests
9696
run: ./build/tests/unit-tests/odagtest --gtest_color=yes
97-
build-centos:
97+
build-fedora:
9898
name: Build (Fedora 32)
9999
needs: pre_job
100100
if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
@@ -106,9 +106,7 @@ jobs:
106106
run: git submodule update --init --recursive
107107
- name: Run build
108108
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:
112110
name: Build (Ubuntu 20.04 LTS)
113111
needs: pre_job
114112
if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
@@ -120,5 +118,3 @@ jobs:
120118
run: git submodule update --init --recursive
121119
- name: Run build
122120
run: bash ci/ubuntu-focal-buildgen.sh
123-
- name: Run unit tests
124-
run: ./build/tests/unit-tests/odagtest --gtest_color=yes

0 commit comments

Comments
 (0)