Skip to content

Commit

Permalink
remove integration test stuff (didn't really do anything)
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckarooBanzay committed Aug 19, 2022
1 parent f289e50 commit f193fc5
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 59 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/integration-test.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Chat mod for minetest
(heavily modified version of the "original" beerchat mod: https://github.com/evrooije/beerchat.git)

![](https://github.com/minetest-beerchat/beerchat/workflows/luacheck/badge.svg)
![](https://github.com/minetest-beerchat/beerchat/workflows/integration-test/badge.svg)
![](https://github.com/minetest-beerchat/beerchat/workflows/mineunit/badge.svg)

# Overview

Expand Down
4 changes: 0 additions & 4 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,4 @@ beerchat.http = nil
-- Load beerchat extensions
dofile(MP.."/plugin/init.lua")

if minetest.settings:get_bool("enable_beerchat_integration_test") then
dofile(MP.."/integration_test.lua")
end

print("[OK] beerchat")
21 changes: 0 additions & 21 deletions integration-test.sh

This file was deleted.

19 changes: 0 additions & 19 deletions integration_test.lua

This file was deleted.

0 comments on commit f193fc5

Please sign in to comment.