Skip to content

Commit

Permalink
CI update
Browse files Browse the repository at this point in the history
  • Loading branch information
bjankulovski committed Jun 5, 2022
1 parent 38bbfd1 commit a5eea34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: build

on:
push:
branches: [ dev ]
branches: [ master ]
pull_request:
branches: [ dev ]
branches: [ master ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
1 change: 0 additions & 1 deletion thread_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,6 @@ func TestThread(t *testing.T) {
if got := ft.UnixNanoseconds(); got/100 != want/100 {
t.Errorf("Invalid Filetime conversion!\ngot: %v\nwant: %v", got, want)
}
t.Logf("DIFF:%v", want/100)
})
t.Run("Test converting Bytes to Int", func(t *testing.T) {
want := int64(123456789)
Expand Down

0 comments on commit a5eea34

Please sign in to comment.