Skip to content

Commit

Permalink
Disable ruby plugin test as no network access to GitHub in derivation (
Browse files Browse the repository at this point in the history
  • Loading branch information
laozc authored Oct 27, 2024
1 parent 34c0767 commit 6ef2062
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ rustPlatform.buildRustPackage {
checkPhase = ''
RUST_BACKTRACE=full cargo test --all-features -- \
--skip cli::plugins::ls::tests::test_plugin_list_urls \
--skip tera::tests::test_last_modified
--skip tera::tests::test_last_modified \
--skip plugins::core::ruby::tests::test_list_versions_matching
'';

meta = with lib; {
Expand Down
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6ef2062

Please sign in to comment.