Skip to content

Commit

Permalink
Merge pull request #28 from Trantorian1/fix/ci
Browse files Browse the repository at this point in the history
fix(ci): 💚 Ci not working due to nightly features
  • Loading branch information
antiyro authored Jan 11, 2024
2 parents de806b9 + 8c0ab30 commit e8cea3b
Show file tree
Hide file tree
Showing 32 changed files with 777 additions and 834 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
toolchain: nightly
override: true

- name: Cache Cargo Dependencies
Expand All @@ -43,7 +43,4 @@ jobs:
cargo fmt -- --check
- name: Build
run: cargo build --verbose

- name: Run tests
run: cargo test --verbose
run: cargo build --verbose
40 changes: 0 additions & 40 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
[workspace]
members = [
"rpc_test",
"rpc_test_attribute",
"unit_tests",
]
default-members = ["unit_tests"]
Expand Down
14 changes: 0 additions & 14 deletions rpc_test/Cargo.toml

This file was deleted.

102 changes: 0 additions & 102 deletions rpc_test/src/lib.rs

This file was deleted.

24 changes: 0 additions & 24 deletions rpc_test/src/test_config.rs

This file was deleted.

35 changes: 0 additions & 35 deletions rpc_test/src/test_data.rs

This file was deleted.

11 changes: 0 additions & 11 deletions rpc_test_attribute/Cargo.toml

This file was deleted.

85 changes: 0 additions & 85 deletions rpc_test_attribute/src/lib.rs

This file was deleted.

2 changes: 0 additions & 2 deletions unit_tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,11 @@ serde = "1.0.194"
serde_json = "1.0.110"
tokio = { version = "1", features = ["full"] }
url = "2.5.0"
rpc_test = { path = "../rpc_test/" }
starknet = { git = "https://github.com/xJonathanLEI/starknet-rs.git", rev = "a35ce22", default-features = false }
starknet-core = { git = "https://github.com/xJonathanLEI/starknet-rs.git", rev = "a35ce22", default-features = false }
starknet-providers = { git = "https://github.com/xJonathanLEI/starknet-rs.git", rev = "a35ce22", default-features = false }

[dev-dependencies]
jsonrpsee = { version = "0.21.0", features = ["client"] }
tokio = { version = "1", features = ["full", "test-util"] }
rpc_test_attribute ={ path = "../rpc_test_attribute/" }
flate2 = "1.0.28"
Loading

0 comments on commit e8cea3b

Please sign in to comment.