Skip to content

dedicated Kind type #373

dedicated Kind type

dedicated Kind type #373

Triggered via pull request January 1, 2024 15:43
Status Failure
Total duration 24s
Artifacts

test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
test: binary/binary_test.go#L33
invalid operation: kind != evt.Kind (mismatched types int and nostr.Kind)
test: count_test.go#L15
cannot use []int{…} (value of type []int) as []Kind value in struct literal
test: count_test.go#L15
cannot use KindContactList (constant 3 of type Kind) as int value in array or slice literal
test: envelopes_test.go#L164
cannot use []int{…} (value of type []int) as []Kind value in struct literal
test: eose_test.go#L14
cannot use []int{…} (value of type []int) as []Kind value in struct literal
test: eose_test.go#L14
cannot use KindTextNote (constant 1 of type Kind) as int value in array or slice literal
test: filter_test.go#L28
cannot use []int{…} (value of type []int) as []Kind value in struct literal
test: filter_test.go#L28
cannot use KindTextNote (constant 1 of type Kind) as int value in array or slice literal
test: filter_test.go#L28
cannot use KindRecommendServer (constant 2 of type Kind) as int value in array or slice literal
test: filter_test.go#L28
cannot use KindEncryptedDirectMessage (constant 4 of type Kind) as int value in array or slice literal
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/