Skip to content

Commit

Permalink
fix: fix bazel build v2
Browse files Browse the repository at this point in the history
  • Loading branch information
cieslarmichal committed Dec 28, 2024
1 parent fa89bd3 commit 15610af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linux-bazel-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ jobs:

- name: Build faker-cxx examples and run
run: |
bazel build //examples:faker-cxx-basic-example
bazel build //examples:faker-cxx-person-example
bazel build //examples:faker-cxx-basic-example --enable_workspace
bazel build //examples:faker-cxx-person-example --enable_workspace
bazel-bin/examples/faker-cxx-person-example
bazel-bin/examples/faker-cxx-basic-example
- name: Build faker-cxx tests and validate
run: |
bazel build //tests:faker-cxx-ut
bazel build //tests:faker-cxx-ut --enable_workspace
bazel-bin/tests/faker-cxx-ut

0 comments on commit 15610af

Please sign in to comment.