Skip to content

spec: Refactor votekeeper using quint's new sum types #378

spec: Refactor votekeeper using quint's new sum types

spec: Refactor votekeeper using quint's new sum types #378

Triggered via pull request December 7, 2023 11:46
Status Failure
Total duration 2m 24s
Artifacts

rust.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
Clippy: itf/tests/votekeeper/runner.rs#L105
error: `assert!(false, ..)` should probably be replaced --> itf/tests/votekeeper/runner.rs:105:21 | 105 | assert!(false, "actual: {:?}, expected: {:?}", actual, expected) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = help: use `panic!(..)` or `unreachable!(..)` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assertions_on_constants = note: `-D clippy::assertions-on-constants` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::assertions_on_constants)]`
Test
Process completed with exit code 100.
Clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy@master. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/