fix(docker): have already the converter in the docker image

This commit is contained in:
Antoine Aflalo
2025-09-09 22:21:50 -04:00
parent 12817b1bff
commit a8587f3f1f
4 changed files with 44 additions and 7 deletions

View File

@@ -21,7 +21,7 @@ jobs:
- name: Setup test environment
run: |
go build -tags testsetup -o test-setup ./cmd/test-setup
go build -tags encoder_setup -o test-setup ./cmd/test-setup
./test-setup
- name: Run tests