File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 10
10
pull_request :
11
11
12
12
env :
13
+ DIESEL_CLI_VERSION : 1.4.1
13
14
NODE_VERSION : 16.13.1
14
15
RUST_VERSION : 1.57.0
15
16
@@ -137,7 +138,7 @@ jobs:
137
138
138
139
- name : Setup database
139
140
run : |
140
- cargo install diesel_cli --vers $(cat .diesel_version) --no-default-features --features postgres --debug
141
+ cargo install diesel_cli --vers ${{ env.DIESEL_CLI_VERSION }} --no-default-features --features postgres --debug
141
142
diesel database setup --locked-schema
142
143
143
144
- name : Run tests
Original file line number Diff line number Diff line change 7
7
- master
8
8
9
9
env :
10
+ DIESEL_CLI_VERSION : 1.4.1
10
11
RUST_VERSION : 1.57.0
11
12
12
13
jobs :
43
44
- uses : Swatinem/rust-cache@v1.3.0
44
45
45
46
# Set up database
46
- - run : cargo install diesel_cli --vers $(cat .diesel_version) --no-default-features --features postgres --debug
47
+ - run : cargo install diesel_cli --vers ${{ env.DIESEL_CLI_VERSION }} --no-default-features --features postgres --debug
47
48
- run : diesel database setup --locked-schema
48
49
49
50
# Set up cargo-tarpaulin and run the tests
You can’t perform that action at this time.
0 commit comments