actually only wait for machete+fmt, clippy can be much slower

This commit is contained in:
James Wilson
2024-01-17 17:41:35 +00:00
parent cf39054aad
commit 42af59f638
+4 -4
View File
@@ -212,7 +212,7 @@ jobs:
tests:
name: "Test (Native)"
needs: [clippy, fmt] # avoid running at all if basic/quick tests fail
needs: [fmt, machete] # avoid running at all if basic/quick tests fail
runs-on: ubuntu-latest-16-cores
timeout-minutes: 30
steps:
@@ -243,7 +243,7 @@ jobs:
unstable_backend_tests:
name: "Test (Unstable Backend)"
needs: [clippy, fmt] # avoid running at all if basic/quick tests fail
needs: [fmt, machete] # avoid running at all if basic/quick tests fail
runs-on: ubuntu-latest-16-cores
timeout-minutes: 30
steps:
@@ -274,7 +274,7 @@ jobs:
light_client_tests:
name: "Test (Light Client)"
needs: [clippy, fmt] # avoid running at all if basic/quick tests fail
needs: [fmt, machete] # avoid running at all if basic/quick tests fail
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
@@ -302,7 +302,7 @@ jobs:
wasm_tests:
name: Test (WASM)
needs: [clippy, fmt] # avoid running at all if basic/quick tests fail
needs: [fmt, machete] # avoid running at all if basic/quick tests fail
runs-on: ubuntu-latest
timeout-minutes: 30
env: