Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ jobs:
target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}

- name: Generate default signer
run: |
solana-keygen new -o $HOME/.config/solana/id.json

- name: Run unit tests
run: cargo test --lib --bins
working-directory: .
Expand Down
2 changes: 0 additions & 2 deletions tests/e2e/node_tests.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//! End-to-end tests for node-related commands

use crate::e2e::common::{
create_mock_config, create_temp_dir, output_contains, run_osvm_command, run_osvm_command_string,
};
Expand Down
2 changes: 0 additions & 2 deletions tests/e2e/svm_tests.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//! End-to-end tests for SVM-related commands

use crate::e2e::common::{
create_mock_config, create_temp_dir, output_contains, run_osvm_command,
run_osvm_command_string, MockServer,
Expand Down
Loading