Skip to content

Commit

Permalink
Remove the server install cache
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Pietrek <[email protected]>
  • Loading branch information
Jarema committed Oct 18, 2023
1 parent c1a770a commit 23d0ec1
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,8 @@ jobs:
uses: actions/setup-go@v4 # v4 uses caching out of the box
with:
go-version: '1.20'
- name: Cache nats-server on ${{ matrix.os }}
id: cache-nats-server
uses: actions/cache@v3
with:
path: ${{ matrix.go-bin }}
key: ${{ runner.os }}-go${{ steps.setup-go.outputs.go-version }}-nats-server
- name: Install nats-server
if: steps.cache-nats-server.outputs.cache-hit != 'true'
run: go install github.com/nats-io/nats-server/v2@main

- name: Install stable Rust on ${{ matrix.os }}
id: install-rust
uses: dtolnay/rust-toolchain@stable
Expand Down Expand Up @@ -111,7 +103,7 @@ jobs:

- name: Run linter
run: cargo clippy --benches --tests --examples --all-features -- --deny clippy::all

check_docs:
name: check docs (ubuntu-latest / stable)
runs-on: ubuntu-latest
Expand Down

0 comments on commit 23d0ec1

Please sign in to comment.