A pit full of rusty nails

chore: Add Miri tests #2

merged opened by sachy.dev targeting main from ci
Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:usjm3ynnir6y4inkcdovrfei/sh.tangled.repo.pull/3m7uhwqqhe522
+21
Diff #0
+21
.tangled/workflows/miri.yml
··· 1 + when: 2 + - event: ["push", "pull_request"] 3 + branch: main 4 + 5 + engine: nixery 6 + 7 + dependencies: 8 + nixpkgs: 9 + - clang 10 + - rustup 11 + 12 + steps: 13 + - name: Install Nightly 14 + command: | 15 + rustup toolchain install nightly --component miri 16 + rustup override set nightly 17 + cargo miri setup 18 + - name: Miri Test 19 + command: cargo miri test --locked -p nailkov -p nailbox 20 + environment: 21 + RUSTFLAGS: -Zrandomize-layout

History

1 round 0 comments
sign up or login to add to the discussion
sachy.dev submitted #0
1 commit
expand
chore: Add Miri tests
2/2 success
expand
expand 0 comments
pull request successfully merged