Skip to content
Snippets Groups Projects
Commit ab9ae5ca authored by Maksym Hlukhovtsov's avatar Maksym Hlukhovtsov
Browse files

require test-deterministic-wasm and run it earlier

parent 494eb21b
No related merge requests found
Pipeline #495780 waiting for manual action with stages
in 10 minutes and 2 seconds
......@@ -121,7 +121,7 @@ jobs:
test-deterministic-wasm:
timeout-minutes: 20
needs: [ set-image, test-frame-ui ]
needs: [ set-image ]
runs-on: ${{ needs.set-image.outputs.RUNNER }}
container:
image: ${{ needs.set-image.outputs.IMAGE }}
......@@ -408,6 +408,7 @@ jobs:
- test-node-metrics
- check-tracing
- cargo-check-each-crate
- test-deterministic-wasm
# - cargo-hfuzz remove from required for now, as it's flaky
steps:
- run: echo '### Good job! All the required tests passed 🚀' >> $GITHUB_STEP_SUMMARY
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment