Skip to content

Commit

Permalink
fixed workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Uhsat committed Feb 18, 2025
1 parent 559638e commit b4e8207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/fmount/fmount_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
func TestMain(m *testing.M) {
sys.Progress = nil

if len(os.Getenv("CI")) == 0 {
if os.Getenv("CI") == "" {
os.Exit(m.Run())
}
}
Expand Down

0 comments on commit b4e8207

Please sign in to comment.