Skip to content

Commit

Permalink
Run minio server in the background on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed Nov 12, 2023
1 parent 8621921 commit d85d702
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
~/.cargo
target
.pixi
- name: start minio server in the background
run: pixi run start-minio &
- name: Test rust
run: |
pixi run test-rs --release
Expand Down

0 comments on commit d85d702

Please sign in to comment.