File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
jobs :
2
- - template : default .yml@templates
2
+ - template : nightly-only .yml@templates
3
3
# this will currently fail since it runs test with --all-features
4
4
# but amortize requires nightly...
5
5
parameters :
6
- minrust : 1.40.0
7
6
codecov_token : $(CODECOV_TOKEN_SECRET)
8
7
- job : derive
9
8
displayName : " Test evmap-derive"
20
19
steps :
21
20
- template : install-rust.yml@templates
22
21
parameters :
23
- rust : nightly # since amortize requires nightly
22
+ rust : nightly
24
23
- script : cargo install cargo-hack
25
24
displayName : install cargo-hack
26
25
- script : cargo hack --feature-powerset check
@@ -88,5 +87,5 @@ resources:
88
87
- repository : templates
89
88
type : github
90
89
name : crate-ci/azure-pipelines
91
- ref : refs/heads/v0.4
90
+ ref : refs/heads/add-nightly-only
92
91
endpoint : jonhoo
You can’t perform that action at this time.
0 commit comments