Skip to content

Commit

Permalink
Output flags in CLI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
keynmol committed Nov 5, 2023
1 parent 688966c commit addb48a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ jobs:
./local_cli bootstrap
./local_cli install -v libpq s2n
./local_cli install -v -c -l libpq s2n
echo '{"name": "my-application","version": "0.15.2","dependencies": ["sqlite3"]}' > test-vcpkg.json
./local_cli install -v --manifest test-vcpkg.json
./local_cli install -v -c -l --manifest test-vcpkg.json
./local_cli clang -v sqlite3 -- .github/workflows/fixtures/test-sqlite.c
./local_cli clang -v --manifest test-vcpkg.json -- .github/workflows/fixtures/test-sqlite.c
Expand Down

0 comments on commit addb48a

Please sign in to comment.