Simple command to check if you are within ISS visibility range

removed test job

Changed files
+1 -5
.forgejo
workflows
+1 -5
.forgejo/workflows/rust.yaml
···
on: [push]
jobs:
-
test:
-
runs-on: docker
-
steps:
-
- run: echo All Good here
-
release:
+
build-release:
runs-on: docker
steps:
- name: Checkout