tangled
alpha
login
or
join now
rockorager.dev
/
ourio
6
fork
atom
An asynchronous IO runtime
6
fork
atom
overview
issues
pulls
pipelines
ci: add test runner ci
rockorager.dev
10 months ago
8abafcd8
0acaa78f
verified
This commit was signed with the committer's
known signature
.
rockorager.dev
SSH Key Fingerprint:
SHA256:qn/Fjy7CpbcogGEPB14Y53hLnQleZNFY9lkQnuudFLs=
+19
1 changed file
expand all
collapse all
unified
split
.github
workflows
tests.yml
+19
.github/workflows/tests.yml
···
1
1
+
name: test
2
2
+
3
3
+
on:
4
4
+
pull_request:
5
5
+
branches: ["main"]
6
6
+
workflow_dispatch:
7
7
+
8
8
+
jobs:
9
9
+
test-io:
10
10
+
strategy:
11
11
+
matrix:
12
12
+
os: [ubuntu-latest, macos-latest]
13
13
+
runs-on: ${{matrix.os}}
14
14
+
steps:
15
15
+
- uses: actions/checkout@v3
16
16
+
- uses: mlugg/setup-zig@v1
17
17
+
with:
18
18
+
version: 0.14.0
19
19
+
- run: zig build --summary all test