mirror of
https://github.com/Belphemur/CBZOptimizer.git
synced 2025-10-13 20:18:52 +02:00
ci: fix test workflow
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -21,8 +21,8 @@ jobs:
|
||||
|
||||
- name: Setup test environment
|
||||
run: |
|
||||
go build -tags encoder_setup -o test-setup ./cmd/test-setup
|
||||
./test-setup
|
||||
go build -tags encoder_setup -o encoder-setup ./cmd/encoder-setup
|
||||
./encoder-setup
|
||||
|
||||
- name: Run tests
|
||||
run: |
|
||||
|
Reference in New Issue
Block a user