Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Commit

Permalink
Update .gitignore & Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
vaerh committed Sep 28, 2022
1 parent cb3fba8 commit 64a5746
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
.vscode/*
pkg/*
.idea
pkg/*
terraform-provider-routeros
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ VERSION=0.1.0
all: compile checksum clean

test:
/usr/bin/go test -timeout 30s github.com/gnewbury1/terraform-provider-routeros/client
/usr/bin/go test -timeout 30s github.com/gnewbury1/terraform-provider-routeros/routeros
/usr/bin/go test -timeout 30s github.com/vaerh/terraform-provider-routeros/routeros

compile:
mkdir -p pkg
Expand Down

0 comments on commit 64a5746

Please sign in to comment.