Skip to content

Commit abe8501

Browse files
xaionaro@dx.centerxaionaro@dx.center
authored andcommitted
Fix auto-tests
1 parent 462a207 commit abe8501

388 files changed

Lines changed: 78 additions & 5114 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,19 @@ jobs:
2323
with:
2424
go-version: ${{ matrix.go-version }}
2525

26+
- name: Install elan (Lean 4 toolchain manager)
27+
run: |
28+
curl https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -sSf | sh -s -- -y --default-toolchain none
29+
echo "$HOME/.elan/bin" >> "$GITHUB_PATH"
30+
31+
- name: Cache Lean toolchain and Lake packages
32+
uses: actions/cache@v4
33+
with:
34+
path: |
35+
~/.elan/toolchains
36+
proofs/.lake
37+
key: lean-${{ runner.os }}-${{ hashFiles('proofs/lean-toolchain') }}-${{ hashFiles('proofs/lakefile.toml') }}
38+
2639
- name: Unit tests
2740
run: make test
2841

aaudio/smoke_test.go

Lines changed: 0 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

android/accessibilityservice/smoke_test.go

Lines changed: 0 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

android/accounts/smoke_test.go

Lines changed: 0 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

android/adpf/smoke_test.go

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

android/app/admin/smoke_test.go

Lines changed: 0 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

android/app/ambientcontext/smoke_test.go

Lines changed: 0 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

android/app/appfunctions/smoke_test.go

Lines changed: 0 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

android/app/backup/smoke_test.go

Lines changed: 0 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

android/app/blob/smoke_test.go

Lines changed: 0 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)