Skip to content

Commit e2fc274

Browse files
committed
ci: fix test job
1 parent d347757 commit e2fc274

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,5 @@ jobs:
4242
- name: ShellCheck
4343
run: make lint
4444

45-
- name: Warm archcore CLI cache
46-
# The cli-contract structure test calls `bin/archcore --help` with
47-
# ARCHCORE_SKIP_DOWNLOAD=1 to verify the hardcoded subcommand allowlist
48-
# matches the live CLI. In CI it refuses to skip, so we must pre-cache
49-
# the binary by running the launcher once (download enabled) here.
50-
run: ./bin/archcore --help >/dev/null
51-
5245
- name: Run tests
5346
run: make test

0 commit comments

Comments
 (0)