Skip to content

Commit

Permalink
Add a successful test in build-failure
Browse files Browse the repository at this point in the history
The build still fails, but tests succeed.
  • Loading branch information
antifuchs committed Aug 4, 2023
1 parent d942b37 commit 976be3a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/build-failure/main_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package main

import "testing"

func TestSuccessButBuildFails(t *testing.T) {}

0 comments on commit 976be3a

Please sign in to comment.