+17
-24
Diff
round #1
+8
-10
.tangled/workflows/build.yml
+8
-10
.tangled/workflows/build.yml
···
1
1
when:
2
-
- event: ["pull_request"]
2
+
- event: ["push", "pull_request"]
3
3
branch: ["main"]
4
4
5
-
engine:
6
-
- nixery
5
+
engine: "nixery"
7
6
8
7
dependencies:
9
-
- cargo
10
-
- rustup
8
+
nixpkgs:
9
+
- cargo
10
+
- rustup
11
11
12
12
steps:
13
-
- name: Checkout repository
14
-
uses: actions/checkout@v6
15
13
- name: Setup Rust
16
-
run: |
14
+
command: |
17
15
rustup set profile minimal
18
16
rustup toolchain install stable
19
17
rustup override set stable
20
18
- name: Print environment info
21
-
run: |
19
+
command: |
22
20
cargo --version
23
21
rustup --version
24
22
- name: Build
25
-
run: cargo build --verbose --all-features
23
+
command: cargo build --verbose --all-features
+2
-3
.tangled/workflows/codeqa-clippy.yml
+2
-3
.tangled/workflows/codeqa-clippy.yml
+2
-3
.tangled/workflows/codeqa-rustfmt.yml
+2
-3
.tangled/workflows/codeqa-rustfmt.yml
+2
-4
.tangled/workflows/test-miri.yml
+2
-4
.tangled/workflows/test-miri.yml
+3
-4
.tangled/workflows/test.yml
+3
-4
.tangled/workflows/test.yml
History
2 rounds
0 comments
samanthanguyen.me
submitted
#1
expand 0 comments
pull request successfully merged
samanthanguyen.me
submitted
#0
1 commit
expand
collapse
ci: fix spindle CI workflows