Skip to content

Commit

Permalink
Merge pull request #38 from 3scale-labs/infinispan-storage-impl
Browse files Browse the repository at this point in the history
Infinispan limits storage (first version)
  • Loading branch information
davidor authored May 18, 2021
2 parents deec5f7 + 67de259 commit 3799839
Show file tree
Hide file tree
Showing 18 changed files with 995 additions and 35 deletions.
11 changes: 10 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ jobs:
test:
name: Test Suite
runs-on: ubuntu-latest
services:
infinispan:
image: infinispan/server:11.0.9.Final
ports:
- 11222:11222
env:
USER: username
PASS: password
steps:
- uses: actions/checkout@v2
- uses: supercharge/[email protected]
Expand All @@ -39,6 +47,7 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: test
args: --all-features

fmt:
name: Rustfmt
Expand Down Expand Up @@ -70,7 +79,7 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: clippy
args: -- -D warnings
args: --all-features -- -D warnings

bench:
name: Bench
Expand Down
Loading

0 comments on commit 3799839

Please sign in to comment.