Skip to content

Commit

Permalink
ci: switch to rabbitmq service (#418)
Browse files Browse the repository at this point in the history
Signed-off-by: Marc-Antoine Perennou <[email protected]>
  • Loading branch information
Keruspe authored Aug 31, 2024
1 parent cf55f32 commit 956a9e5
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,19 @@ on:
jobs:
build_and_test:
runs-on: ${{ matrix.os }}
services:
rabbitmq:
image: rabbitmq:latest
ports:
- 5672:5672
strategy:
fail-fast: false
matrix:
#os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest]
rust: [nightly, beta, stable, 1.74.0]
steps:
- uses: actions/checkout@v2

- name: Start RabbitMQ
uses: getong/[email protected]
with:
rabbitmq user: 'guest'
rabbitmq password: 'guest'
rabbitmq vhost: '/'
- uses: actions/checkout@v4

- name: Install latest ${{ matrix.rust }}
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 956a9e5

Please sign in to comment.