Skip to content

Commit 039439a

Browse files
committed
test
1 parent be3ab99 commit 039439a

File tree

5 files changed

+3
-10
lines changed

5 files changed

+3
-10
lines changed

.github/workflows/tests.yaml

+1-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@ name: Tests
33
on:
44
push:
55
branches:
6-
- master
7-
pull_request:
8-
branches:
9-
- master
6+
- action-test
107

118
jobs:
129
tests:

tests/idl/programs/external/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,3 @@ default = []
1818

1919
[dependencies]
2020
anchor-lang = { path = "../../../../lang" }
21-
anchor-spl = { path = "../../../../spl" }

tests/idl/programs/generics/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,4 @@ default = []
1818

1919
[dependencies]
2020
anchor-lang = { path = "../../../../lang" }
21-
anchor-spl = { path = "../../../../spl" }
2221
external = { path = "../external", features = ["no-entrypoint"] }

tests/sysvars/programs/sysvars/Cargo.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ name = "sysvars"
1111
[features]
1212
no-entrypoint = []
1313
cpi = ["no-entrypoint"]
14-
idl-build = ["anchor-lang/idl-build", "anchor-spl/idl-build"]
14+
idl-build = ["anchor-lang/idl-build"]
1515

1616
[dependencies]
1717
anchor-lang = { path = "../../../../lang" }
18-
anchor-spl = { path = "../../../../spl" }

tests/tictactoe/programs/tictactoe/Cargo.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ no-entrypoint = []
1313
no-idl = []
1414
cpi = ["no-entrypoint"]
1515
default = []
16-
idl-build = ["anchor-lang/idl-build", "anchor-spl/idl-build"]
16+
idl-build = ["anchor-lang/idl-build"]
1717

1818
[dependencies]
1919
anchor-lang = { path = "../../../../lang" }
20-
anchor-spl = { path = "../../../../spl" }

0 commit comments

Comments
 (0)