From 33e802bc35faf261fa5ad7feeea608d3cfbe519c Mon Sep 17 00:00:00 2001 From: Matt Kubilus Date: Wed, 1 Feb 2023 14:17:09 -0500 Subject: [PATCH] Sequential --- .github/workflows/test-main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-main.yml b/.github/workflows/test-main.yml index be4a20b..b1081ad 100644 --- a/.github/workflows/test-main.yml +++ b/.github/workflows/test-main.yml @@ -53,7 +53,7 @@ jobs: - name: Build run: | TILENAME=test make -f Makefile.tiles test_tile_list_chunks - TILENAME=test make -f Makefile.tiles -j 2 ${{ matrix.chunk }} + TILENAME=test make -f Makefile.tiles ${{ matrix.chunk }} - name: Show work run: |