Skip to content

Commit e9ae00e

Browse files
committed
ci
1 parent f093cd3 commit e9ae00e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/linux_thirdparty.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,3 +264,14 @@ jobs:
264264
platforms: linux/amd64
265265
context: .
266266
file: scripts/debian_asan_musl_bootstrap.Dockerfile
267+
268+
ubuntu-build-test:
269+
runs-on: ubuntu-slim
270+
steps:
271+
- name: Checkout
272+
uses: actions/checkout@v6
273+
274+
- name: Make tests
275+
run: >
276+
cp platform/linux-glibc-generic.c platform.c
277+
make test-asan test-msic test-all

0 commit comments

Comments
 (0)