Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2b560f2

Browse files
committedMar 4, 2025·
CI: also run tests with -tags endian_nostatic
1 parent dc1e072 commit 2b560f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ jobs:
7676
# https://app.codecov.io/gh/dolmen-go/endian/settings
7777
# https://github.com/dolmen-go/endian/settings/secrets/actions
7878
token: ${{ secrets.CODECOV_TOKEN }}
79+
- name: Test -tags endian_nostatic
80+
run: go test -v -tags endian_nostatic
7981
- name: go vet
8082
shell: bash
8183
run: go vet

0 commit comments

Comments
 (0)
Please sign in to comment.