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 48e906d commit 029dbe4Copy full SHA for 029dbe4
.semaphore/semaphore.yml
@@ -3,16 +3,18 @@ name: Rust
3
agent:
4
machine:
5
type: e1-standard-2
6
- os_image: ubuntu1804
+ os_image: ubuntu2004
7
containers:
8
+ # Rust 1.56 (2021 edition) is currently not supported
9
- name: main
- image: 'registry.semaphoreci.com/rust:1.47'
10
+ image: 'registry.semaphoreci.com/rust:1.51'
11
blocks:
12
- name: Test release
13
task:
14
jobs:
15
- name: Cargo test
16
commands:
17
+ - rustup update
18
- checkout
19
- cargo build --verbose
20
- cargo test --verbose
0 commit comments