]> git.lizzy.rs Git - worldedit.git/blob - .github/workflows/test.yml
Add automated tests for WorldEdit API functions that run under CI
[worldedit.git] / .github / workflows / test.yml
1 name: test
2
3 on: [push, pull_request]
4
5 jobs:
6   test:
7     runs-on: ubuntu-latest
8     steps:
9     - uses: actions/checkout@v2
10     - name: Run tests
11       run: MINETEST_VER=latest ./util/run_tests.sh