Skip to content

Commit

Permalink
Merge pull request #40 from SpectralOps/run-ci-test-on-multiple-os
Browse files Browse the repository at this point in the history
run CI on multiple so
  • Loading branch information
kaplanelad authored May 19, 2024
2 parents 57faced + b4de741 commit ea5f0d6
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
name: Test Suite
strategy:
matrix:
os: [ubuntu-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
rust: [stable]
runs-on: ${{ matrix.os }}
steps:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ target/
node_modules/
pkg/
dist/
keyscope/junit-out
4 changes: 2 additions & 2 deletions keyscope/tests/cmd/main.trycmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $ keyscope
? 2
Keyscope is a key and secret workflow

Usage: keyscope [OPTIONS] <COMMAND>
Usage: keyscope[EXE] [OPTIONS] <COMMAND>

Commands:
validate Validate keys
Expand All @@ -24,7 +24,7 @@ Options:
$ keyscope --help
Keyscope is a key and secret workflow

Usage: keyscope [OPTIONS] <COMMAND>
Usage: keyscope[EXE] [OPTIONS] <COMMAND>

Commands:
validate Validate keys
Expand Down
2 changes: 1 addition & 1 deletion keyscope/tests/cmd/providers.trycmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$ keyscope providers --help
Show provider list

Usage: keyscope providers [OPTIONS]
Usage: keyscope[EXE] providers [OPTIONS]

Options:
-n, --no-banner Don't show the banner
Expand Down
4 changes: 2 additions & 2 deletions keyscope/tests/cmd/requirements.trycmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$ keyscope requirements --help
Show provider requirements (params)

Usage: keyscope requirements [OPTIONS] <PROVIDER>
Usage: keyscope[EXE] requirements [OPTIONS] <PROVIDER>

Arguments:
<PROVIDER> Specify the provider to validate for
Expand All @@ -22,7 +22,7 @@ $ keyscope requirements
error: the following required arguments were not provided:
<PROVIDER>

Usage: keyscope requirements <PROVIDER>
Usage: keyscope[EXE] requirements <PROVIDER>

For more information, try '--help'.

Expand Down
2 changes: 1 addition & 1 deletion keyscope/tests/cmd/validate.trycmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$ keyscope validate --help
Validate keys

Usage: keyscope validate [OPTIONS] <PROVIDER>
Usage: keyscope[EXE] validate [OPTIONS] <PROVIDER>

Arguments:
<PROVIDER>
Expand Down

0 comments on commit ea5f0d6

Please sign in to comment.