Skip to content

Commit

Permalink
Add rust test agent updates for 1.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewd0123 committed Aug 6, 2024
1 parent 2260960 commit 1704605
Show file tree
Hide file tree
Showing 16 changed files with 1,439 additions and 1,489 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tck-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
# - name: Build Rust Test Agent
# uses: actions-rs/cargo@v1
# with:
# command: build
# args: --manifest-path test_agent/rust/Cargo.toml
- name: Build Rust Test Agent
uses: actions-rs/cargo@v1
with:
command: build
args: --manifest-path test_agent/rust/Cargo.toml
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
Expand Down
Loading

0 comments on commit 1704605

Please sign in to comment.