Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit bcbaddc

Browse files
author
Eoghan Russell
committed
Fix end of line error
Signed-off-by: Eoghan Russell <[email protected]>
1 parent a4bdfe4 commit bcbaddc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Diff for: .github/workflows/unittest.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ jobs:
1919
go-version: 1.20.1
2020
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
2121
- name: make unit-test
22-
run: make unit-test
22+
run: make unit-test
23+

Diff for: Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,5 @@ unit-test:
5353
@$(IMAGE_BUILDER) run -m 100g --privileged -v ./examples/sample-vpp-host-config/startup.conf:/etc/vpp/startup.conf --name userspacecni-unittest -itd userspacecni-unittest:latest
5454
@$(IMAGE_BUILDER) cp userspacecni-unittest:/root/userspace-cni-network-plugin/cnivpp ./
5555
@$(IMAGE_BUILDER) exec userspacecni-unittest bash -c "go test ./cnivpp/ -v -cover"
56-
@$(IMAGE_BUILDER) rm -f userspacecni-unittest
56+
@$(IMAGE_BUILDER) rm -f userspacecni-unittest
57+

0 commit comments

Comments
 (0)