all: stop using src/ dir, make tests reproducible, fix CI

This commit is contained in:
ge
2025-04-22 20:14:55 +03:00
parent e79f83f800
commit b7d5f4fcb1
7 changed files with 6 additions and 32 deletions

View File

@ -20,7 +20,7 @@ fn test_mymod() {
fn test_mymod_bare_map() {
oldpwd := os.getwd()
expected_out := os.read_file('tests/mymod_test_bare_map.out')!
expected_out := os.read_file('tests/mymod_test.out')!
os.chdir('tests/mymod')!
gen := embedfs.CodeGenerator{
path: 'assets'