ci: fix always run ci on amd64 (#17)
All checks were successful
CI / test (push) Successful in 45s

Go still doesn't support `-race` in testing on arm64

Reviewed-on: #17
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
This commit is contained in:
2025-05-20 21:05:46 +02:00
parent ce7d18e880
commit 591f2a9f5d

View File

@@ -7,7 +7,9 @@ on:
jobs:
test:
runs-on: ubuntu-latest
runs-on:
- ubuntu-latest
- linux_amd64
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5