mirror of
https://github.com/Belphemur/CBZOptimizer.git
synced 2025-10-14 04:28:51 +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
|
- name: Setup test environment
|
||||||
run: |
|
run: |
|
||||||
go build -tags encoder_setup -o test-setup ./cmd/test-setup
|
go build -tags encoder_setup -o encoder-setup ./cmd/encoder-setup
|
||||||
./test-setup
|
./encoder-setup
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user