Skip to content

Commit 321ef26

Browse files
committed
Enable all tests
1 parent d3af5f0 commit 321ef26

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

.github/workflows/test.yaml

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ on:
3030
jobs:
3131

3232
test-amd64:
33-
if: 1 == 2
3433
runs-on: ubuntu-latest
3534
strategy:
3635
matrix:
@@ -79,25 +78,25 @@ jobs:
7978
strategy:
8079
matrix:
8180
include:
82-
# - platform: linux/arm64
83-
# dockerfile: Dockerfile.arm64
84-
# tag: tinyclib:arm64
85-
# test: arm64
81+
- platform: linux/arm64
82+
dockerfile: Dockerfile.arm64
83+
tag: tinyclib:arm64
84+
test: arm64
8685

8786
- platform: linux/arm/v6
8887
dockerfile: Dockerfile.armv6
8988
tag: tinyclib:armv6
9089
test: armv6
9190

92-
# - platform: linux/arm/v7
93-
# dockerfile: Dockerfile.armv7
94-
# tag: tinyclib:armv7
95-
# test: armv7
91+
- platform: linux/arm/v7
92+
dockerfile: Dockerfile.armv7
93+
tag: tinyclib:armv7
94+
test: armv7
9695

97-
# - platform: linux/arm64/v8
98-
# dockerfile: Dockerfile.armv8
99-
# tag: tinyclib:armv8
100-
# test: armv8
96+
- platform: linux/arm64/v8
97+
dockerfile: Dockerfile.armv8
98+
tag: tinyclib:armv8
99+
test: armv8
101100

102101
steps:
103102
- name: Docker Setup Buildx

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"eabi",
1515
"libnewlib",
1616
"noninteractive",
17-
"tinyclib"
17+
"tinyclib",
18+
"trunc"
1819
],
1920
"files.associations": {
2021
".clang-format": "yaml",

0 commit comments

Comments
 (0)