Skip to content

Commit ab7be1b

Browse files
authored
Merge pull request #173 from s3rius/feature/s3
2 parents 3b4e65d + d16c9ef commit ab7be1b

File tree

16 files changed

+838
-254
lines changed

16 files changed

+838
-254
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ jobs:
7676
env:
7777
TEST_REDIS_URL: redis://localhost:6379/0
7878
TEST_AMQP_URL: amqp://guest:guest@localhost:5672
79+
TEST_S3_ENDPOINT: "http://localhost:9000"
80+
TEST_S3_ACCESS_KEY: "rustus-test"
81+
TEST_S3_SECRET_KEY: "rustus-test"
7982
- name: stop docker compose
8083
if: always()
8184
run: docker compose down -v

.pre-commit-config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ repos:
2424
entry: cargo
2525
args:
2626
- clippy
27+
- --
28+
- -D
29+
- warnings
2730

2831
- id: check
2932
types:

0 commit comments

Comments
 (0)