+6
-1
Diff
round #3
+6
-1
.tangled/workflows/rust.yml
+6
-1
.tangled/workflows/rust.yml
···
1
1
when:
2
-
- event: ["push"]
2
+
- event: ["push", "manual"]
3
3
branch: ["main"]
4
4
- event: ["pull_request"]
5
5
branch: ["main"]
···
13
13
- cargo
14
14
- clippy
15
15
- cargo-nextest
16
+
- sccache
17
+
18
+
environment:
19
+
RUSTC_WRAPPER: "sccache"
20
+
SCCACHE_REDIS_ENDPOINT: "redis://172.17.0.1:6379"
16
21
17
22
steps:
18
23
- name: "Build all projects"
History
4 rounds
0 comments
jonas.tngl.sh
submitted
#3
2 commits
expand
collapse
ci: enable redis-backed caching with sccache
ci: enable manual pipeline trigger
1/1 success
expand
collapse
expand 0 comments
pull request successfully merged
jonas.tngl.sh
submitted
#2
1 commit
expand
collapse
ci: enable redis-backed caching with sccache
1/1 success
expand
collapse
expand 0 comments
jonas.tngl.sh
submitted
#1
1 commit
expand
collapse
test: add workflow attempting to reach Docker host
2/2 success
expand
collapse
expand 0 comments
jonas.tngl.sh
submitted
#0
1 commit
expand
collapse
test: add workflow attempting to reach Docker host