Skip to content

Commit

Permalink
[Tests]: Do not run stateful tests in CI since there is no DB.
Browse files Browse the repository at this point in the history
  • Loading branch information
0xOmarA committed Mar 8, 2024
1 parent 1aafa79 commit d06a1a0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Run sccache-cache
uses: mozilla-actions/[email protected]
- name: Run tests
run: cargo test --features package-loader/build-time-blueprints
run: cargo test --workspace --features package-loader/build-time-blueprints --exclude stateful-tests
env:
# Enable sccache
SCCACHE_GHA_ENABLED: "true"
Expand Down
2 changes: 1 addition & 1 deletion testing/stateful-tests/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ where
/// that takes arguments. The arguments given is the mainnet state after the
/// publishing of Ignition to the network. The following is an example:
///
/// ```no_run
/// ```norun
/// use macro_rules_attribute::apply;
///
/// #[apply(mainnet_test)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ pub fn mainnet_production(
additional_information: AdditionalInformation {
ociswap_v2_registry_component_and_dapp_definition: None,
},
additional_operation_flags: AdditionalOperationFlags::empty(),
additional_operation_flags: AdditionalOperationFlags::empty(),
}
// cSpell:enable
}

0 comments on commit d06a1a0

Please sign in to comment.