This commit is contained in:
parent
1a7763e1f4
commit
b8f86076e8
2 changed files with 12 additions and 3 deletions
|
|
@ -16,6 +16,13 @@ steps:
|
|||
commands:
|
||||
- nix build
|
||||
|
||||
- name: miri check
|
||||
commands:
|
||||
- export HOME="$(mktemp -d)"
|
||||
- nix develop . --command cargo miri setup
|
||||
- export PATH="$HOME/.cargo/bin:$PATH"
|
||||
- RUST_BACKTRACE=1 nix develop . --command cargo miri test
|
||||
|
||||
- name: notifiy
|
||||
commands:
|
||||
- nix run github:ambroisie/matrix-notifier
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue