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 0206f3b commit 623b5c1Copy full SHA for 623b5c1
.semaphore/semaphore.yml
@@ -5,18 +5,16 @@ agent:
5
type: e1-standard-2
6
os_image: ubuntu2004
7
containers:
8
- # Rust 1.56 (2021 edition) is currently not supported
+ # Rust 1.56 (2021 edition) is currently not supported in Semaphore
9
- name: main
10
- image: 'registry.semaphoreci.com/rust:1.51'
+ image: 'saluki/rust-ci:1.57'
11
blocks:
12
- name: Test release
13
task:
14
jobs:
15
- name: Cargo test
16
commands:
17
- checkout
18
- - rustup update stable
19
- - export PATH="$PATH:$HOME/.cargo/bin"
20
- rustc --version
21
- cargo build --verbose
22
- cargo test --verbose
0 commit comments