Skip to content

Commit

Permalink
add new commit for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ceyonur committed Mar 18, 2024
1 parent 4d7664b commit 5e6ccb1
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@

# review whenever someone opens a pull request.

* @darioush @ceyonur
- @darioush @ceyonur

fortest
1 change: 1 addition & 0 deletions .github/workflows/create-pr-subnet-evm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
# TODO: remove those after testimg
types:
- opened
- closed
- synchronize
- reopened
Expand Down
16 changes: 16 additions & 0 deletions act-mock.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"pull_request": {
"labels": [
{
"name": "do not syncz"
}
],
"head": {
"ref": "auto-pr-subnet-evm",
"sha": "16cf2556eaa09b894e29844b829d244a6cc65721"
},
"base": {
"ref": "master"
}
}
}
1 change: 1 addition & 0 deletions params/precompile_upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ var errNoKey = errors.New("PrecompileUpgrade cannot be empty")
// It is used to unmarshal the json into the correct precompile config type
// based on the key. Keys are defined in each precompile module, and registered in
// precompile/registry/registry.go.
// For test
type PrecompileUpgrade struct {
precompileconfig.Config
}
Expand Down
1 change: 1 addition & 0 deletions plugin/evm/mempool_atomic_gossiping_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import (

// shows that a locally generated AtomicTx can be added to mempool and then
// removed by inclusion in a block
// for test
func TestMempoolAddLocallyCreateAtomicTx(t *testing.T) {
for _, name := range []string{"import", "export"} {
t.Run(name, func(t *testing.T) {
Expand Down

0 comments on commit 5e6ccb1

Please sign in to comment.