Skip to content

Commit

Permalink
ci: run wast tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xdoardo committed Nov 5, 2024
1 parent 8361007 commit 961fdf5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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',
#},
Expand Down

0 comments on commit 961fdf5

Please sign in to comment.