Skip to content

Commit 5aae0c3

Browse files
committed
workflows: Make Tests non-required
As we've been constantly hitting: ``` failures: ---- mount_linux::tests::test_setup_loop_dev stdout ---- thread 'mount_linux::tests::test_setup_loop_dev' panicked at crates/shim/src/mount_linux.rs:1174:9: assertion failed: result.is_ok() note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace failures: mount_linux::tests::test_setup_loop_dev ``` Signed-off-by: Fabiano Fidêncio <[email protected]>
1 parent d8f2855 commit 5aae0c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ jobs:
251251
name: Report required job statuses
252252
runs-on: ubuntu-latest
253253
# List job dependencies which are required to pass status checks in order to be merged via merge queue.
254-
needs: [checks, windows-checks, tests, deny, linux-integration, windows-integration]
254+
needs: [checks, windows-checks, deny, linux-integration, windows-integration]
255255
if: ${{ always() }}
256256
steps:
257257
- run: exit 1

0 commit comments

Comments
 (0)