Skip to content

Commit

Permalink
fix: rollback parallel test on gnovm testscripts tests (flaky)
Browse files Browse the repository at this point in the history
Signed-off-by: gfanton <[email protected]>
  • Loading branch information
gfanton committed Dec 31, 2024
1 parent b682b1a commit 707182e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gnovm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
path: "gnovm/stdlibs/..."

stdlibs-test:
name: Run gno test on stdlibs
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down
4 changes: 0 additions & 4 deletions gnovm/cmd/gno/testdata_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ import (
)

func Test_Scripts(t *testing.T) {
t.Parallel()

testdata, err := filepath.Abs("testdata")
require.NoError(t, err)

Expand All @@ -27,8 +25,6 @@ func Test_Scripts(t *testing.T) {

name := dir.Name()
t.Run(name, func(t *testing.T) {
t.Parallel()

updateScripts, _ := strconv.ParseBool(os.Getenv("UPDATE_SCRIPTS"))
p := testscript.Params{
UpdateScripts: updateScripts,
Expand Down

0 comments on commit 707182e

Please sign in to comment.