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 3eafd42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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

0 comments on commit 3eafd42

Please sign in to comment.