Skip to content

Commit

Permalink
ci: upgrade Swatinem/rust-cache action
Browse files Browse the repository at this point in the history
  • Loading branch information
tisonkun committed Nov 1, 2023
1 parent ad6bfc7 commit 412b402
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2
- name: Build
run: cargo build --features protobuf-src
- name: Check Clippy
Expand All @@ -32,6 +32,6 @@ jobs:
- name: Start Pulsar Standalone Container
run: docker run --name pulsar -p 6650:6650 -p 8080:8080 -d -e GITHUB_ACTIONS=true -e CI=true streamnative/pulsar:${{ matrix.pulsar-version }} /pulsar/bin/pulsar standalone
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2
- name: Run tests
run: cargo test --features protobuf-src -- --nocapture

0 comments on commit 412b402

Please sign in to comment.