Skip to content

Commit

Permalink
check that tests are up-to-date in CI (#4373)
Browse files Browse the repository at this point in the history
Enforce the `AllTests-mainnet.md` files and others to be up-to-date.
  • Loading branch information
etan-status authored Nov 30, 2022
1 parent 9572bb8 commit c46dc3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion AllTests-mainnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -615,4 +615,4 @@ OK: 2/2 Fail: 0/2 Skip: 0/2
OK: 9/9 Fail: 0/9 Skip: 0/9

---TOTAL---
OK: 339/344 Fail: 0/344 Skip: 5/344
OK: 340/345 Fail: 0/345 Skip: 5/345
1 change: 1 addition & 0 deletions ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ pipeline {
stage('General') {
steps { timeout(60) {
sh 'make DISABLE_TEST_FIXTURES_SCRIPT=1 test'
sh 'git diff --exit-code' /* Check no uncommitted changes. */
} }
}

Expand Down

0 comments on commit c46dc3d

Please sign in to comment.