mirror of
https://github.com/1bardesign/batteries.git
synced 2024-11-10 02:31:48 +00:00
moving tests to .test to get them out of root folder for now
This commit is contained in:
parent
6969a044a3
commit
813ee20052
2
.github/workflows/testy.yml
vendored
2
.github/workflows/testy.yml
vendored
@ -24,4 +24,4 @@ jobs:
|
|||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
cd batteries
|
cd batteries
|
||||||
testy.lua tests.lua
|
testy.lua .test/tests.lua
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
-- Run this file with testy:
|
-- Run this file with testy from within batteries
|
||||||
-- testy.lua tests.lua
|
-- testy.lua .tests/tests.lua
|
||||||
-- testy sets `...` to "module.test", so ignore that and use module top-level paths.
|
-- testy sets `...` to "module.test", so ignore that and use module top-level paths.
|
||||||
package.path = package.path .. ";../?.lua"
|
package.path = package.path .. ";../?.lua"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user