Skip to content

Commit b334b2c

Browse files
committed
Include rust-src so that trybuild errors are the same
1 parent 9d19d81 commit b334b2c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

azure-pipelines.yml

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ stages:
1818
vmImage: ubuntu-latest
1919
steps:
2020
- template: install-rust.yml@templates
21+
parameters:
22+
components:
23+
- rust-src
2124
- script: cargo test
2225
displayName: cargo test
2326
workingDirectory: "evmap-derive"

0 commit comments

Comments
 (0)