Skip to content

Commit

Permalink
🔥 Say goodbye to the PoC Tests support with anchor-client
Browse files Browse the repository at this point in the history
  • Loading branch information
lukacan committed Sep 13, 2024
1 parent 792fcbc commit b99e54c
Show file tree
Hide file tree
Showing 76 changed files with 204 additions and 20,147 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ jobs:
needs:
- cli
- client
- test
steps:
- run: echo "Done"
cli:
Expand Down Expand Up @@ -52,25 +51,3 @@ jobs:
run: cargo clippy -- -D warnings
- name: Cargo test
run: cargo test

test:
runs-on: ubuntu-20.04
defaults:
run:
working-directory: crates/test
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup-rust/
id: rust-setup
- uses: Swatinem/rust-cache@v2
name: Cache Rust and it's packages
- name: Install cargo packages
run: cargo install cargo-expand
- name: Cargo build
run: cargo build
- name: Cargo fmt
run: cargo fmt -- --check
- name: Cargo clippy
run: cargo clippy -- -D warnings
- name: Cargo test
run: cargo test
25 changes: 0 additions & 25 deletions .github/workflows/run_examples.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"rust-analyzer.linkedProjects": [
// autodiscovery is disabled, must list all crates
"crates/cli/Cargo.toml",
"crates/client/Cargo.toml",
"crates/test/Cargo.toml",
],
"rust-analyzer.diagnostics.disabled": [
"missing-unsafe",
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,12 @@ incremented upon a breaking change and the patch version will be incremented for
## [dev] - Unreleased

**Changed**

- feat/ option to add account into Fuzz Test environment with base64 data ([197](https://github.com/Ackee-Blockchain/trident/pull/197))
- impr/ instead of parsing source code and creating our IDL, read anchor IDL ([196](https://github.com/Ackee-Blockchain/trident/pull/196))
- impr/ instead of parsing source code and creating our IDL, read anchor IDL ([198](https://github.com/Ackee-Blockchain/trident/pull/196))

**Removed**
- del/remove integration tests supported by Trident, this feature adds more unnecessary overhead compared to its value ([196](https://github.com/Ackee-Blockchain/trident/pull/198))

## [0.7.0] - 2024-08-14

Expand Down
Loading

0 comments on commit b99e54c

Please sign in to comment.