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 6fe712e commit e2e0b95Copy full SHA for e2e0b95
.github/workflows/CI.yml
@@ -43,17 +43,6 @@ jobs:
43
- name: Checkout
44
uses: actions/checkout@v1
45
46
- - name: Install rust
47
- uses: actions-rs/toolchain@v1
48
- with:
49
- toolchain: stable
50
- profile: minimal
51
- override: true
52
-
53
- - name: Build
54
- shell: bash
55
- run: "make"
56
57
- name: Test
58
shell: bash
59
run: "make test"
Makefile
@@ -52,7 +52,7 @@ format:
$(call docker_exec,rust,cargo fmt --color=always --all)
.PHONY: test build
-test: $(AKG)
+test: $(NATIVE_EXE)
ifeq ($(USE_DOCKER),true)
docker build --build-arg UID=$(UID) --build-arg GID=$(GID) -t authorized-keys-github-test .
endif
0 commit comments