Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
amsanghi committed Jul 19, 2024
1 parent 8183827 commit 8ba9c06
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions system_tests/program_norace_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,11 @@ func validateBlockRange(
}
}

func TestProgramEvmData(t *testing.T) {
t.Parallel()
testEvmData(t, true)
}
//
//func TestProgramEvmData(t *testing.T) {

Check failure on line 108 in system_tests/program_norace_test.go

View workflow job for this annotation

GitHub Actions / Go Tests (defaults)

commentFormatting: put a space between `//` and comment text (gocritic)

Check failure on line 108 in system_tests/program_norace_test.go

View workflow job for this annotation

GitHub Actions / Go Tests (long)

commentFormatting: put a space between `//` and comment text (gocritic)

Check failure on line 108 in system_tests/program_norace_test.go

View workflow job for this annotation

GitHub Actions / Go Tests (challenge)

commentFormatting: put a space between `//` and comment text (gocritic)

Check failure on line 108 in system_tests/program_norace_test.go

View workflow job for this annotation

GitHub Actions / Go Tests (stylus)

commentFormatting: put a space between `//` and comment text (gocritic)

Check failure on line 108 in system_tests/program_norace_test.go

View workflow job for this annotation

GitHub Actions / Go Tests (race)

commentFormatting: put a space between `//` and comment text (gocritic)
// t.Parallel()
// testEvmData(t, true)
//}

func testEvmData(t *testing.T, jit bool) {

Check failure on line 113 in system_tests/program_norace_test.go

View workflow job for this annotation

GitHub Actions / Go Tests (defaults)

func `testEvmData` is unused (unused)

Check failure on line 113 in system_tests/program_norace_test.go

View workflow job for this annotation

GitHub Actions / Go Tests (long)

func `testEvmData` is unused (unused)

Check failure on line 113 in system_tests/program_norace_test.go

View workflow job for this annotation

GitHub Actions / Go Tests (challenge)

func `testEvmData` is unused (unused)

Check failure on line 113 in system_tests/program_norace_test.go

View workflow job for this annotation

GitHub Actions / Go Tests (stylus)

func `testEvmData` is unused (unused)

Check failure on line 113 in system_tests/program_norace_test.go

View workflow job for this annotation

GitHub Actions / Go Tests (race)

func `testEvmData` is unused (unused)
builder, auth, cleanup := setupProgramTest(t, jit)
Expand Down

0 comments on commit 8ba9c06

Please sign in to comment.