mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-23 00:08:01 +00:00
guarantee serde is in lockstep with serde_derive
This commit is contained in:
@@ -156,3 +156,12 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: dtolnay/install@cargo-outdated
|
||||
- run: cargo outdated --workspace --exit-code 1
|
||||
|
||||
lockstep:
|
||||
name: Lockstep
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 45
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
- run: cd test_suite/assert_lockstep && cargo run -- dummy_dependant
|
||||
|
||||
Reference in New Issue
Block a user