Merge pull request #106 from Liqwid-Labs/connor/run-tests

Run tests in CI
This commit is contained in:
方泓睿 2022-05-30 16:16:13 +08:00 committed by GitHub
commit 6116fe0bb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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