tangled
alpha
login
or
join now
inkreas.ing
/
simple-left-right
0
fork
atom
Realtime safe, waitfree, concurrency library
0
fork
atom
overview
issues
pulls
pipelines
add rust-src to components
inkreas.ing
6 months ago
1551f5e9
e2c8c34d
+1
-1
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
checks.yaml
+1
-1
.tangled/workflows/checks.yaml
···
15
15
16
16
steps:
17
17
- name: "install rust with miri"
18
18
-
command: "rustup toolchain install nightly -c miri --profile minimal"
18
18
+
command: "rustup toolchain install nightly -c miri,rust-src --profile minimal"
19
19
- name: "run regular tests"
20
20
command: "cargo test"
21
21
- name: "run mutants"