mirror of
https://github.com/nestriness/cdc-file-transfer.git
synced 2026-05-02 14:13:06 +03:00
6
.github/workflows/build_and_test.yml
vendored
6
.github/workflows/build_and_test.yml
vendored
@@ -45,19 +45,19 @@ jobs:
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
bazel build --config=windows //cdc_rsync //asset_stream_manager //tests_common //tests_asset_streaming_30 //tests_cdc_rsync
|
||||
bazel build --config=windows //cdc_rsync //cdc_stream //tests_common //tests_cdc_stream //tests_cdc_rsync
|
||||
|
||||
- name: Test
|
||||
run: |
|
||||
bazel-bin\tests_common\tests_common.exe
|
||||
bazel-bin\tests_asset_streaming_30\tests_asset_streaming_30.exe
|
||||
bazel-bin\tests_cdc_stream\tests_cdc_stream.exe
|
||||
bazel-bin\tests_cdc_rsync\tests_cdc_rsync.exe
|
||||
bazel test --config=windows --test_output=errors --local_test_jobs=1 `
|
||||
//asset_stream_manager/... `
|
||||
//cdc_fuse_fs/... `
|
||||
//cdc_rsync/... `
|
||||
//cdc_rsync/base/... `
|
||||
//cdc_rsync_server/... `
|
||||
//cdc_stream/... `
|
||||
//common/... `
|
||||
//data_store/... `
|
||||
//fastcdc/... `
|
||||
|
||||
Reference in New Issue
Block a user