Skip to content

Commit

Permalink
Tag git dirty verify as infra test
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel committed Mar 8, 2022
1 parent 40efbc2 commit 14a2d2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/archethic/governance/code_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ defmodule ArchEthic.Governance.CodeTest do
assert !Code.applicable_proposal?(%Proposal{changes: changes, address: "123"})
end

@tag infrastructure: true
test "status should not fail" do
{status, _branch} = Code.status()
assert status in [:clean, :dirty]
Expand Down

0 comments on commit 14a2d2d

Please sign in to comment.