diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..23235e8 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,6 @@ +kind: pipeline +name: OS tests +steps: + - commands: + - | + nix-shell --run 'cargo xtest'