Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ivivanov committed Feb 2, 2023
1 parent 32a4afe commit 22153b9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test-cosmos.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: Cosmos-SDK Tests
name: Test cosmos-sdk
on:
pull_request:
schedule:
- cron: "0 3 * * *"

Expand Down Expand Up @@ -81,7 +80,7 @@ jobs:
name: "${{ github.sha }}-${{ matrix.part }}"

- name: test
# if: env.GIT_DIFF
if: env.GIT_DIFF
run: |
./scripts/test/run-test-unit-cosmos.sh pkgs.txt.part.${{ matrix.part }}
Expand All @@ -107,7 +106,7 @@ jobs:
Makefile
- name: test-sim-nondeterminism
# if: env.GIT_DIFF
if: env.GIT_DIFF
run: |
go test github.com/cosmos/cosmos-sdk/simapp -run TestAppStateDeterminism -Enabled=true -NumBlocks=100 -BlockSize=200 -Commit=true -Period=0 -v -timeout 24h
Expand Down

0 comments on commit 22153b9

Please sign in to comment.