add tests
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Philipp 2022-08-29 00:48:06 +02:00
parent f06f4ce84d
commit 3bcdad6820
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 276B613AF9DBE9C3
2 changed files with 15 additions and 0 deletions

15
.drone.yml Normal file
View file

@ -0,0 +1,15 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: steamid.v
image: thevlang/vlang
commands:
- v steamid_test.v
- v -stats test steamid_test.v
trigger:
branch:
- main