diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 55d2a0f05e..b0e52bb3a9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -29,7 +29,7 @@ jobs: include: - test-case: linux_gcc_noarch64 machine: linux_gcc_noarch64 - label: X64 + label: test extras: rpath targets: "all" compiler: gcc @@ -38,7 +38,7 @@ jobs: run-integration-tests: false - test-case: linux_gcc_x86_64 machine: linux_gcc_x86_64 - label: X64 + label: test extras: "rpath fuzz-stubs" targets: "all integration-test fdctl" compiler: gcc @@ -47,7 +47,7 @@ jobs: run-integration-tests: false - test-case: linux_gcc_icelake machine: linux_gcc_icelake - label: icelake + label: test extras: "rpath fuzz-stubs" targets: "all integration-test fdctl" compiler: gcc @@ -56,7 +56,7 @@ jobs: run-integration-tests: false - test-case: linux_clang_x86_64 machine: linux_clang_x86_64 - label: X64 + label: test extras: "rpath fuzz-stubs" targets: "all integration-test fdctl" compiler: clang