Skip to content

Commit

Permalink
runs tests on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
louismrose committed Mar 21, 2024
1 parent 883d7df commit e6347b9
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: test

on:
pull_request

jobs:
test:
name: Run tests
runs-on: ubuntu-latest

steps:
- name: Checkout repo
uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Run tests
run: make test

0 comments on commit e6347b9

Please sign in to comment.