Skip to content

Commit

Permalink
fact_registry tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Okm165 committed Jun 13, 2024
1 parent 08fe66e commit 8da7588
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:

jobs:
formatting-and-testing:
verifier-formatting-and-testing:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand All @@ -20,5 +20,17 @@ jobs:
- name: Run tests
run: scarb test

- name: Build fact registry
run: (cd fact_registry && scarb build)
fact-registry-formatting-and-testing:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Setup Scarb
uses: software-mansion/setup-scarb@v1

- name: Format code
run: cd fact_registry && scarb fmt --check

- name: Run tests
run: cd fact_registry && scarb test

0 comments on commit 8da7588

Please sign in to comment.