Skip to content

Commit

Permalink
Move SDKs tests to test job
Browse files Browse the repository at this point in the history
  • Loading branch information
ivnsch committed Dec 7, 2021
1 parent 060bafa commit 87fa987
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/quickstart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
command: check

unit:
tests:
name: Tests
runs-on: ubuntu-latest
steps:
Expand All @@ -34,14 +34,9 @@ jobs:
with:
command: test
args: --workspace --lib --examples --test test_account --test test_logic_signature

algorand-sdks-tests:
name: Algorand SDKs tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: make docker-test

fmt:
name: Rustfmt
runs-on: ubuntu-latest
Expand Down

0 comments on commit 87fa987

Please sign in to comment.