Skip to content

Commit

Permalink
consolidate github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
falconindy committed Aug 8, 2024
1 parent e2eb0bd commit b035527
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 22 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/arch.x86_64.asan.yml

This file was deleted.

22 changes: 15 additions & 7 deletions .github/workflows/arch.x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,22 @@ name: arch.x86_64
on: [push, pull_request]

jobs:
build:

test:
runs-on: ubuntu-latest

container:
image: archlinux

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- run: build-aux/ci-test

test_asan:
runs-on: ubuntu-latest

container:
image: archlinux

- name: ci-test
uses: falconindy/arch-dockerbuild@v1
with:
entrypoint: 'build-aux/ci-test'
steps:
- uses: actions/checkout@v4
- run: build-aux/ci-test-asan

0 comments on commit b035527

Please sign in to comment.