world generation, ores, ingots and more!

This commit is contained in:
Kacper Kostka
2023-01-12 22:24:20 +01:00
parent add01e145f
commit 60728d2a98
67 changed files with 9846 additions and 12 deletions

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