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 9ea1f29 commit 0160ad2Copy full SHA for 0160ad2
.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