WIP
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Bruno BELANYI 2022-07-30 13:17:18 +02:00
parent 1a7763e1f4
commit b8f86076e8
2 changed files with 12 additions and 3 deletions

View file

@ -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