diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-06-27 17:30:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-27 17:30:33 +0200 |
commit | f46b8e21e0013eeb04a2944dc85be327a896ffe7 (patch) | |
tree | 8997065bb29dcdd09fbe8f131680f2377c063e70 /run-tests | |
parent | 05b2d6fc51146fe07340a58bc87fbbd99e788143 (diff) | |
parent | 3c54e850a32e4250c36bee3f118df977c3e8773d (diff) | |
download | hello-nix-f46b8e21e0013eeb04a2944dc85be327a896ffe7.tar.gz |
Merge pull request #4 from aehlig/simplify-cargo-import
Simplify cargo import
Diffstat (limited to 'run-tests')
-rwxr-xr-x | run-tests | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/run-tests b/run-tests new file mode 100755 index 0000000..c3d4938 --- /dev/null +++ b/run-tests @@ -0,0 +1 @@ +nix-shell --run "withRc-just-mr --main test build" |