Skip to content

Commit

Permalink
Merge pull request #16 from CoLearn-Dev/github-hosted-runner
Browse files Browse the repository at this point in the history
- change to github-hosted runner
  • Loading branch information
stneng authored Oct 7, 2022
2 parents 87f9a5e + 1807677 commit 5c4ef26
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/build.yml → .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
on: [push]

name: build
name: check

jobs:
check:
runs-on: self-hosted
runs-on: ubuntu-latest
defaults:
run:
shell: bash
services:
rabbitmq:
image: rabbitmq:3.8-management
ports:
- 5672:5672
- 15672:15672
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -39,4 +45,3 @@ jobs:
working-directory: tests
- name: Run tests
run: cargo test
timeout-minutes: 10

0 comments on commit 5c4ef26

Please sign in to comment.