Skip to content

Commit a60613c

Browse files
committed
ci test
1 parent e21f007 commit a60613c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/sims.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ on:
1818
jobs:
1919
build:
2020
runs-on: ubuntu-latest
21+
permissions:
22+
pull-requests: write
2123
if: >-
2224
(github.event_name == 'issue_comment' && github.event.comment.body == '/runsim') ||
2325
github.event_name == 'push' || github.event_name == 'pull_request'

app/sim_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ func TestAppSimulationAfterImport(t *testing.T) {
283283
// TODO: Make another test for the fuzzer itself, which just has noOp txs
284284
// and doesn't depend on the application.
285285
func TestAppStateDeterminism(t *testing.T) {
286+
fmt.Printf("sims ci test: this means ci running on pr\n")
286287
if !FlagEnabledValue {
287288
t.Skip("skipping application simulation")
288289
}

0 commit comments

Comments
 (0)