We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d347757 commit e2fc274Copy full SHA for e2fc274
1 file changed
.github/workflows/test.yml
@@ -42,12 +42,5 @@ jobs:
42
- name: ShellCheck
43
run: make lint
44
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
-
52
- name: Run tests
53
run: make test
0 commit comments