Skip to content

Commit

Permalink
Merge pull request #309 from microsoft/saulparedes/downstream_unit_tests
Browse files Browse the repository at this point in the history
genpolicy: add crate-scoped integration test
  • Loading branch information
Redent0r authored Feb 19, 2025
2 parents 4779365 + 323a577 commit 7fe9df2
Show file tree
Hide file tree
Showing 10 changed files with 459 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
./tests/install_rust.sh
echo "${HOME}/.cargo/bin" >> $GITHUB_PATH
- name: Install protobuf-compiler
if: ${{ matrix.command == 'make check' && matrix.component == 'genpolicy' }}
if: ${{ matrix.command != 'make vendor' && (matrix.component == 'agent' || matrix.component == 'genpolicy' || matrix.component == 'agent-ctl') }}
run: sudo apt-get -y install protobuf-compiler
- name: Install musl-tools
if: ${{ matrix.component != 'runtime' }}
Expand Down
Loading

0 comments on commit 7fe9df2

Please sign in to comment.