tangled
alpha
login
or
join now
sachy.dev
/
nailpit
4
fork
atom
A pit full of rusty nails
4
fork
atom
overview
issues
1
pulls
pipelines
chore: Add Miri tests
authored by
sachy.dev
and committed by
Tangled
3 months ago
754cbac7
58a5a53d
2/2
miri.yml
success
1min 31s
test.yml
success
1min 45s
+21
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
miri.yml
+21
.tangled/workflows/miri.yml
···
1
1
+
when:
2
2
+
- event: ["push", "pull_request"]
3
3
+
branch: main
4
4
+
5
5
+
engine: nixery
6
6
+
7
7
+
dependencies:
8
8
+
nixpkgs:
9
9
+
- clang
10
10
+
- rustup
11
11
+
12
12
+
steps:
13
13
+
- name: Install Nightly
14
14
+
command: |
15
15
+
rustup toolchain install nightly --component miri
16
16
+
rustup override set nightly
17
17
+
cargo miri setup
18
18
+
- name: Miri Test
19
19
+
command: cargo miri test --locked -p nailkov -p nailbox
20
20
+
environment:
21
21
+
RUSTFLAGS: -Zrandomize-layout