Skip to content

Commit

Permalink
Github action
Browse files Browse the repository at this point in the history
  • Loading branch information
ivnsch committed Dec 6, 2021
1 parent 8636791 commit 53e9810
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/quickstart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ jobs:
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
4 changes: 1 addition & 3 deletions tests/docker/run_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,4 @@ docker build -t rust-sdk-testing -f tests/docker/Dockerfile "$(pwd)"
# Start test harness environment
./test-harness/scripts/up.sh -p

docker run -it \
--network host \
rust-sdk-testing:latest
docker run --network host rust-sdk-testing:latest

0 comments on commit 53e9810

Please sign in to comment.