Skip to content

Commit

Permalink
test output
Browse files Browse the repository at this point in the history
  • Loading branch information
jordy25519 committed Sep 25, 2024
1 parent 7b5ba9f commit dd10184
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,9 @@ jobs:
- name: Test
run: |
ls -al $CARGO_DRIFT_FFI_PATH
rustup run $CI_NIGHTLY_TOOLCHAIN cargo test --all
rustup run $CI_NIGHTLY_TOOLCHAIN cargo test --all --no-fail-fast -- --nocapture
env:
RUST_LOG: info
TEST_PRIVATE_KEY: ${{ secrets.TEST_PRIVATE_KEY }}
RUSTFLAGS: "-Zcodegen-backend=cranelift"
CARGO_DRIFT_FFI_PATH: "${{ github.workspace }}/local_libs"
6 changes: 2 additions & 4 deletions crates/src/drift_idl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#![doc = r""]
#![doc = r" Auto-generated IDL types, manual edits do not persist (see `crates/drift-idl-gen`)"]
#![doc = r""]
use self::traits::ToAccountMetas;
use anchor_lang::{
prelude::{
account,
Expand All @@ -11,8 +12,6 @@ use anchor_lang::{
Discriminator,
};
use solana_sdk::{instruction::AccountMeta, pubkey::Pubkey};

use self::traits::ToAccountMetas;
pub mod traits {
use solana_sdk::instruction::AccountMeta;
#[doc = r" This is distinct from the anchor version of the trait"]
Expand Down Expand Up @@ -1782,9 +1781,8 @@ pub mod instructions {
impl anchor_lang::InstructionData for InitializePythPullOracle {}
}
pub mod types {
use std::ops::Mul;

use super::*;
use std::ops::Mul;
#[doc = r" backwards compatible u128 deserializing data from rust <=1.76.0 when u/i128 was 8-byte aligned"]
#[doc = r" https://solana.stackexchange.com/questions/7720/using-u128-without-sacrificing-alignment-8"]
#[derive(
Expand Down

0 comments on commit dd10184

Please sign in to comment.