Skip to content

Commit

Permalink
chore: perform minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rami3l committed Jul 2, 2021
1 parent aa4e50a commit 153a1cf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
echo "MACOSX_DEPLOYMENT_TARGET=$(xcrun -sdk macosx11.1 --show-sdk-platform-version)" >> $GITHUB_ENV
- name: Test build for aarch64
run: cargo build --verbose --release --locked --target=aarch64-apple-darwin
- name: Test native Build
- name: Test native build
run: cargo build --verbose
# - run: brew list
- name: Run unit tests
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
override: true
- name: Test build for musl
run: cargo build --verbose --release --locked --target=x86_64-unknown-linux-musl
- name: Test native Build
- name: Test native build
run: cargo build --verbose
- name: Run unit tests
run: cargo test tests --verbose
Expand Down
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"nupkg",
"olegtarasov",
"pacaptr",
"phinx",
"printf",
"proto",
"qfile",
Expand Down
1 change: 1 addition & 0 deletions tests/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ enum Input<'i> {
args: &'i [&'i str],
flags: &'i [&'i str],
},
#[allow(dead_code)]
Exec {
cmd: &'i [&'i str],
kws: &'i [&'i str],
Expand Down

0 comments on commit 153a1cf

Please sign in to comment.