ERROR
.gitignore
ERROR
.gitignore
Failed to calculate interdiff for this file.
ERROR
Cargo.lock
ERROR
Cargo.lock
Failed to calculate interdiff for this file.
ERROR
Cargo.toml
ERROR
Cargo.toml
Failed to calculate interdiff for this file.
ERROR
src/main.rs
ERROR
src/main.rs
Failed to calculate interdiff for this file.
NEW
.tangled/workflows/rust.yaml
NEW
.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"