1
0
mirror of https://github.com/minetest/minetest_game.git synced 2025-06-28 12:46:02 +02:00

Add workflow that runs simple test with the engine present

This commit is contained in:
sfan5
2024-03-25 20:45:31 +01:00
parent ef788d0307
commit 316c0c7224
5 changed files with 54 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
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- run: ./utils/test/run.sh