mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2024-12-24 06:05:55 -05:00
continue CI if nightly fails
It seems to be failing spuriously now, eg: https://github.com/scottlamb/moonfire-nvr/runs/3957348093?check_suite_focus=true ``` error[E0277]: the trait bound `dyn view_trait::View: view_trait::View` is not satisfied --> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/cursive_core-0.2.2/src/views/list_view.rs:98:14 | 98 | view.take_focus(direction::Direction::none()); | ^^^^^^^^^^ the trait `view_trait::View` is not implemented for `dyn view_trait::View` For more information about this error, try `rustc --explain E0277`. error: could not compile `cursive_core` due to previous error warning: build failed, waiting for other jobs to finish... error: build failed Error: Process completed with exit code 101. ```
This commit is contained in:
parent
985f6e675f
commit
f9d33cd446
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -40,6 +40,7 @@ jobs:
|
||||
components: ${{ matrix.extra_components }}
|
||||
- name: Test
|
||||
run: cd server && cargo test ${{ matrix.extra_args }} --all
|
||||
continue-on-error: ${{ matrix.rust == 'nightly' }}
|
||||
- name: Check formatting
|
||||
if: matrix.rust == 'stable'
|
||||
run: cd server && cargo fmt --all -- --check
|
||||
|
Loading…
Reference in New Issue
Block a user