We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8031147 commit 63108d5Copy full SHA for 63108d5
.circleci/config.yml
@@ -143,13 +143,19 @@ jobs:
143
rustc --version; cargo --version; rustup --version
144
- run:
145
name: Calculate dependencies
146
- command: cargo generate-lockfile
+ command: |
147
+ export PATH=$USERPROFILE/.cargo/bin:$PATH
148
+ cargo generate-lockfile
149
150
name: Build all targets
- command: cargo build --all --all-targets
151
152
153
+ cargo build --all --all-targets
154
155
name: Run all tests
- command: cargo test --all
156
157
158
+ cargo test --all
159
160
161
workflows:
0 commit comments