1
0
mirror of https://github.com/Uberi/Minetest-WorldEdit.git synced 2025-06-28 06:12:00 +02:00

Add automated tests for WorldEdit API functions that run under CI

uses a real Minetest instance (Docker)
currently covers most basic manipulations
This commit is contained in:
sfan5
2021-09-20 23:00:21 +02:00
parent 2f2f5a7def
commit 770601dd5d
4 changed files with 493 additions and 0 deletions

11
.github/workflows/test.yml vendored Normal file
View File

@ -0,0 +1,11 @@
name: test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run tests
run: MINETEST_VER=latest ./util/run_tests.sh