Skip to content

Commit

Permalink
small PR fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nolag committed Jan 18, 2024
1 parent 3d28756 commit bc0bcbc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -329,12 +329,12 @@ jobs:
pyroscope_env: ci-smoke-ocr-evm-simulated
- name: ocr2
nodes: 6
os: ubuntu-latest-16cores-64GB
os: ubuntu-latest
file: ocr2
pyroscope_env: ci-smoke-ocr2-evm-simulated
- name: ocr2
nodes: 6
os: ubuntu-latest-16cores-64GB
os: ubuntu-latest
pyroscope_env: ci-smoke-ocr2-plugins-evm-simulated
tag_suffix: "-plugins"
- name: runlog
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions core/services/relay/evm/types/gen/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ type ByteType struct {
Size int
}

//go:embed bytes.tmpl
//go:embed bytes.go.tmpl
var bytesTemplate string

//go:embed ints.tmpl
//go:embed ints.go.tmpl
var intsTemplate string
2 changes: 1 addition & 1 deletion core/services/relay/evm/types/int_types_test.go
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
package types

import (
"errors"
"fmt"
"math/big"
"reflect"
"testing"

"github.com/pkg/errors"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"

Expand Down

0 comments on commit bc0bcbc

Please sign in to comment.