Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
Signed-off-by: John Kastner <[email protected]>
  • Loading branch information
john-h-kastner-aws committed Dec 18, 2024
1 parent 7ea413b commit 3a517fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,13 @@ jobs:
run: cargo test --verbose
- name: Build Lean libraries, and build & test cedar-drt/
shell: bash
run: source ~/.profile && ./build.sh
run: |
cargo install cargo-fuzz
source ~/.profile && ./build.sh
run-integration-tests:
needs: get-branch-name
uses: ./.github/workflows/run_integration_tests_reusable.yml
with:
cedar_spec_ref: ${{ github.href }}
cedar_integration_tests_ref: ${{ needs.get-branch-name.outputs.branch_name }}
cedar_integration_tests_ref: ${{ needs.get-branch-name.outputs.branch_name }}
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ cd ..
# Build DRT
cd cedar-drt
cargo fuzz build
cargo test

0 comments on commit 3a517fd

Please sign in to comment.