Skip to content

Commit 199f5d7

Browse files
committed
Remove redundant quickcheck
Signed-off-by: Brendan Moran <brendan.moran@arm.com>
1 parent f222be7 commit 199f5d7

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

.github/workflows/base.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,6 @@ jobs:
2323
nix-shell: linter
2424
gh_token: ${{ secrets.GITHUB_TOKEN }}
2525
cross-prefix: "aarch64-unknown-linux-gnu-"
26-
ubuntu_arm:
27-
name: Ubuntu-arm
28-
runs-on: ubuntu-24.04-arm
29-
steps:
30-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
31-
- name: make quickcheck
32-
run: |
33-
OPT=0 make quickcheck
34-
make clean >/dev/null
35-
OPT=1 make quickcheck
36-
- uses: ./.github/actions/setup-os
37-
- name: tests func
38-
run: |
39-
./scripts/tests func --check-namespace
4026
quickcheck:
4127
strategy:
4228
fail-fast: false

0 commit comments

Comments
 (0)