We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2eb0bd commit b035527Copy full SHA for b035527
.github/workflows/arch.x86_64.asan.yml
.github/workflows/arch.x86_64.yml
@@ -2,14 +2,22 @@ name: arch.x86_64
2
on: [push, pull_request]
3
4
jobs:
5
- build:
6
-
+ test:
7
runs-on: ubuntu-latest
8
+ container:
9
+ image: archlinux
10
+
11
steps:
- - 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
19
20
- - name: ci-test
- uses: falconindy/arch-dockerbuild@v1
- with:
- entrypoint: 'build-aux/ci-test'
21
+ steps:
22
23
+ - run: build-aux/ci-test-asan
0 commit comments