We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f222be7 commit 199f5d7Copy full SHA for 199f5d7
1 file changed
.github/workflows/base.yml
@@ -23,20 +23,6 @@ jobs:
23
nix-shell: linter
24
gh_token: ${{ secrets.GITHUB_TOKEN }}
25
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
39
- ./scripts/tests func --check-namespace
40
quickcheck:
41
strategy:
42
fail-fast: false
0 commit comments