Skip to content

Commit

Permalink
ci: add test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
zakuro9715 committed Sep 27, 2023
1 parent 3121362 commit 561fc23
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Test

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
setup:
uses: ./.github/workflows/setup.yaml
test:
runs-on: ubuntu-latest
needs: setup
steps:
- uses: actions/checkout@v3
- run: make test

0 comments on commit 561fc23

Please sign in to comment.