Skip to content

Commit dfb5d65

Browse files
committed
Added Linux environment unit tests.
1 parent e36e1d4 commit dfb5d65

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

NStack.sln

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Files", "Solution
1212
.github\workflows\build.yml = .github\workflows\build.yml
1313
.github\workflows\publish.yml = .github\workflows\publish.yml
1414
README.md = README.md
15+
testenvironments.json = testenvironments.json
1516
EndProjectSection
1617
EndProject
1718
Global

testenvironments.json

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"version": "1",
3+
"environments": [
4+
{
5+
"name": "WSL-Ubuntu",
6+
"type": "wsl",
7+
"wslDistribution": "Ubuntu"
8+
},
9+
{
10+
"name": "WSL-Debian",
11+
"type": "wsl",
12+
"wslDistribution": "Debian"
13+
}
14+
]
15+
}

0 commit comments

Comments
 (0)