Skip to content

Commit c19b2fb

Browse files
committed
fix(example): move sleep tests to own package
1 parent 2e22d42 commit c19b2fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: codspeed-macro
4040
strategy:
4141
matrix:
42-
target: [example, example/compat, example/very/nested/module]
42+
target: [example, example/compat, example/timing, example/very/nested/module]
4343
steps:
4444
- uses: actions/checkout@v4
4545
with:

example/sleep_test.go renamed to example/timing/sleep_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package example
1+
package timing
22

33
import (
44
"testing"

0 commit comments

Comments
 (0)