From 961fdf5df277a0f6cb8c38469507c17c990a2395 Mon Sep 17 00:00:00 2001 From: Edoardo Marangoni Date: Tue, 5 Nov 2024 15:39:49 +0100 Subject: [PATCH] ci: run wast tests --- .github/workflows/test.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index d02e58c8797..e5dc87de57c 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -717,15 +717,15 @@ jobs: fail-fast: false matrix: stage: [ - #{ - # description: 'Run wast test suite for all compilers', - # make: 'test-stage-0-wast', - #}, { - description: 'Unit-test packages on std', - make: 'test-stage-1-test-all', + description: 'Run wast test suite for all compilers', + make: 'test-stage-0-wast', }, #{ + # description: 'Unit-test packages on std', + # make: 'test-stage-1-test-all', + #}, + #{ # description: 'Unit-test cranelift on no-std', # make: 'test-stage-2-test-compiler-cranelift-nostd', #},