From de41dfc703b90b521e8a7f50d7e92c20a3524af8 Mon Sep 17 00:00:00 2001 From: umarcor Date: Thu, 22 Jul 2021 00:02:41 +0200 Subject: [PATCH] ci: test 'build' with LLVM and GCC backends Signed-off-by: umarcor --- .github/workflows/test.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 04b3d79..da14f9e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,13 @@ jobs: build: runs-on: ubuntu-latest - container: ghdl/vunit:llvm + strategy: + fail-fast: false + matrix: + backend: + - llvm + - gcc + container: ghdl/vunit:${{ matrix.backend }} steps: - uses: actions/checkout@v2 - run: make GNATMAKE='gnatmake -j'$(nproc)