Skip to content

Commit

Permalink
Add --verbose flag to nix build
Browse files Browse the repository at this point in the history
  • Loading branch information
nfachan authored Jan 17, 2024
1 parent ec13639 commit d1f3c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@main
- name: Build Nix
run: nix build .
run: nix build --verbose .
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit d1f3c50

Please sign in to comment.