Skip to content

Commit

Permalink
Merge pull request #8 from azyablov/dev
Browse files Browse the repository at this point in the history
Code improvements: err, bugs, simplification.
  • Loading branch information
azyablov authored Aug 17, 2023
2 parents 6b78c80 + fe34be5 commit fe6645e
Show file tree
Hide file tree
Showing 18 changed files with 708 additions and 1,157 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Unit_tests
if: ${{ success() }}
run: go test -v
run: go test --tags unit -v

- name: Pulling_docker_images
if: ${{ success() }}
Expand Down
2 changes: 1 addition & 1 deletion actions_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build !integration
//go:build unit

package srljrpc_test

Expand Down
425 changes: 255 additions & 170 deletions apierr/errors.go

Large diffs are not rendered by default.

89 changes: 89 additions & 0 deletions apierr/errors_string.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit fe6645e

Please sign in to comment.