Skip to content

Commit

Permalink
more debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
andogq committed Jul 16, 2024
1 parent 51bfce2 commit 9bcbed2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ concurrency:
cancel-in-progress: true

jobs:
clippy:
build-and-test:
env:
RUSTFLAGS: "-Dwarnings"
runs-on: "ubuntu-latest"
Expand All @@ -16,6 +16,7 @@ jobs:
uses: "KyleMayes/install-llvm-action@v2"
with:
version: "17.0"
cached: true

- name: "Checkout code"
uses: "actions/checkout@v4"
Expand All @@ -25,7 +26,7 @@ jobs:

- name: "Build and test"
run: |
echo "Using LLVM_PATH: $LLVM_PATH"
tree $LLVM_PATH
cargo clippy
cargo test
env:
Expand Down

0 comments on commit 9bcbed2

Please sign in to comment.