We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e21f007 commit a60613cCopy full SHA for a60613c
.github/workflows/sims.yml
@@ -18,6 +18,8 @@ on:
18
jobs:
19
build:
20
runs-on: ubuntu-latest
21
+ permissions:
22
+ pull-requests: write
23
if: >-
24
(github.event_name == 'issue_comment' && github.event.comment.body == '/runsim') ||
25
github.event_name == 'push' || github.event_name == 'pull_request'
app/sim_test.go
@@ -283,6 +283,7 @@ func TestAppSimulationAfterImport(t *testing.T) {
283
// TODO: Make another test for the fuzzer itself, which just has noOp txs
284
// and doesn't depend on the application.
285
func TestAppStateDeterminism(t *testing.T) {
286
+ fmt.Printf("sims ci test: this means ci running on pr\n")
287
if !FlagEnabledValue {
288
t.Skip("skipping application simulation")
289
}
0 commit comments