Skip to content

Commit b035527

Browse files
committed
consolidate github workflows
1 parent e2eb0bd commit b035527

File tree

2 files changed

+15
-22
lines changed

2 files changed

+15
-22
lines changed

.github/workflows/arch.x86_64.asan.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

.github/workflows/arch.x86_64.yml

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,22 @@ name: arch.x86_64
22
on: [push, pull_request]
33

44
jobs:
5-
build:
6-
5+
test:
76
runs-on: ubuntu-latest
87

8+
container:
9+
image: archlinux
10+
911
steps:
10-
- uses: actions/checkout@v1
12+
- uses: actions/checkout@v4
13+
- run: build-aux/ci-test
14+
15+
test_asan:
16+
runs-on: ubuntu-latest
17+
18+
container:
19+
image: archlinux
1120

12-
- name: ci-test
13-
uses: falconindy/arch-dockerbuild@v1
14-
with:
15-
entrypoint: 'build-aux/ci-test'
21+
steps:
22+
- uses: actions/checkout@v4
23+
- run: build-aux/ci-test-asan

0 commit comments

Comments
 (0)