run tests in CI
This commit is contained in:
parent
9c93fa4c1c
commit
5cfd28d2af
1 changed files with 7 additions and 1 deletions
8
.github/workflows/integrate.yaml
vendored
8
.github/workflows/integrate.yaml
vendored
|
|
@ -1,6 +1,7 @@
|
|||
on:
|
||||
push:
|
||||
paths:
|
||||
- ".github/workflows/integrate.yaml"
|
||||
- "**.hs"
|
||||
- "**.nix"
|
||||
- "flake.lock"
|
||||
|
|
@ -10,6 +11,7 @@ on:
|
|||
- staging
|
||||
pull_request:
|
||||
paths:
|
||||
- ".github/workflows/integrate.yaml"
|
||||
- "**.hs"
|
||||
- "**.nix"
|
||||
- "flake.lock"
|
||||
|
|
@ -19,7 +21,11 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
tasks: ["agora", "formatCheck", "benchCheck"]
|
||||
tasks:
|
||||
- agora
|
||||
- formatCheck
|
||||
- benchCheck
|
||||
- agora-test
|
||||
steps:
|
||||
- uses: actions/checkout@v2.4.0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue