Skip to content

Commit d934ac2

Browse files
committed
Run CI only on nightly (for now)
1 parent 97a7fc5 commit d934ac2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
jobs:
2-
- template: default.yml@templates
2+
- template: nightly-only.yml@templates
33
# this will currently fail since it runs test with --all-features
44
# but amortize requires nightly...
55
parameters:
6-
minrust: 1.40.0
76
codecov_token: $(CODECOV_TOKEN_SECRET)
87
- job: derive
98
displayName: "Test evmap-derive"
@@ -20,7 +19,7 @@ jobs:
2019
steps:
2120
- template: install-rust.yml@templates
2221
parameters:
23-
rust: nightly # since amortize requires nightly
22+
rust: nightly
2423
- script: cargo install cargo-hack
2524
displayName: install cargo-hack
2625
- script: cargo hack --feature-powerset check
@@ -88,5 +87,5 @@ resources:
8887
- repository: templates
8988
type: github
9089
name: crate-ci/azure-pipelines
91-
ref: refs/heads/v0.4
90+
ref: refs/heads/add-nightly-only
9291
endpoint: jonhoo

0 commit comments

Comments
 (0)