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.
nonfs
1 parent 95517a3 commit ef0cfdcCopy full SHA for ef0cfdc
.github/actions/test/action.yaml
@@ -14,7 +14,7 @@ runs:
14
run: |
15
$commandPath = Join-Path . ...
16
$tagValues = & {
17
- $tags = 'nofuse', 'noipfs'
+ $tags = 'nofuse', 'noipfs', 'nonfs'
18
$combinations = @()
19
$allCombinations = [Math]::Pow(2, $tags.Length)
20
for ($i = 0; $i -lt $allCombinations; $i++) {
0 commit comments