File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 3838 run : cargo test --workspace --all-features
3939 - name : No-default features
4040 run : cargo test --workspace --no-default-features
41+ latest :
42+ name : " Check latest dependencies"
43+ runs-on : ubuntu-latest
44+ steps :
45+ - name : Checkout repository
46+ uses : actions/checkout@v3
47+ - name : Install Rust
48+ uses : dtolnay/rust-toolchain@stable
49+ with :
50+ toolchain : stable
51+ - uses : Swatinem/rust-cache@v2
52+ - name : Update dependencues
53+ run : cargo update
54+ - name : Default features
55+ run : cargo test --workspace --all-targets
56+ - name : All features
57+ run : cargo test --workspace --all-targets --all-features
58+ - name : No-default features
59+ run : cargo test --workspace --all-targets --no-default-features
You can’t perform that action at this time.
0 commit comments