Skip to content

Commit

Permalink
👷 Add algebra and defi tests to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bal7hazar committed Nov 3, 2023
1 parent b812c82 commit 4bfa167
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,26 @@ jobs:
run: sozo build
shell: bash

algebra:
runs-on: ubuntu-latest
name: Test random crate
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- name: Test
run: sozo test -f algebra
shell: bash

defi:
runs-on: ubuntu-latest
name: Test random crate
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- name: Test
run: sozo test -f defi
shell: bash

random:
runs-on: ubuntu-latest
name: Test random crate
Expand Down

0 comments on commit 4bfa167

Please sign in to comment.