File tree Expand file tree Collapse file tree 2 files changed +1334
-9
lines changed
Expand file tree Collapse file tree 2 files changed +1334
-9
lines changed Original file line number Diff line number Diff line change @@ -30,18 +30,15 @@ jobs:
3030 toolchain : ${{ matrix.toolchain }}
3131 override : true
3232 profile : minimal
33- - name : Pin dependencies
34- if : ${{ matrix.toolchain == '1.63.0' }}
35- run : |
36- cargo update -p tokio --precise "1.38.1" --verbose
37- cargo update -p postgres-types --precise "0.2.6" --verbose
38- cargo update -p parking_lot@0.12.4 --precise "0.12.3" --verbose
39- cargo update -p parking_lot_core@0.9.11 --precise "0.9.10" --verbose
40- cargo update -p lock_api --precise "0.4.12" --verbose
4133 - name : Build on Rust ${{ matrix.toolchain }}
4234 run : |
4335 cargo build --verbose --color always
4436 test :
37+ strategy :
38+ matrix :
39+ toolchain :
40+ - stable
41+ - 1.63.0
4542 runs-on : ubuntu-latest
4643 services :
4744 postgres :
6158 - name : Install Rust ${{ matrix.toolchain }} toolchain
6259 uses : actions-rs/toolchain@v1
6360 with :
64- toolchain : stable
61+ toolchain : ${{ matrix.toolchain }}
6562 override : true
6663 profile : minimal
6764 - name : Run tests
You can’t perform that action at this time.
0 commit comments