.gitignore
.gitignore
This file has not been changed.
Cargo.lock
Cargo.lock
This file has not been changed.
Cargo.toml
Cargo.toml
This file has not been changed.
src/main.rs
src/main.rs
This file has not been changed.
+23
.tangled/workflows/rust.yaml
+23
.tangled/workflows/rust.yaml
···
1
+
when:
2
+
- event: ["pull_request"]
3
+
branch: ["main"]
4
+
- event: ["push", "manual"]
5
+
branch: ["main"]
6
+
7
+
engine: "nixery"
8
+
9
+
clone:
10
+
skip: false
11
+
depth: 1
12
+
submodules: false
13
+
14
+
dependencies:
15
+
nixpkgs:
16
+
- rustup
17
+
- cargo
18
+
19
+
steps:
20
+
- name: "Setup Rust"
21
+
command: "rustup update"
22
+
- name: "test"
23
+
command: "cargo test"
Submissions
1 commit
expand
collapse
rust?
2/2 failed
expand
collapse
no conflicts, ready to merge
1 commit
expand
collapse
rust?
2/2 failed
expand
collapse
1 commit
expand
collapse
rust?
1/2 failed, 1/2 timeout
expand
collapse
1 commit
expand
collapse
rust?