don't retry builds in workflow file

Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
This commit is contained in:
Anton-4 2022-10-29 16:27:51 +02:00 committed by GitHub
parent 72e4b916a7
commit b5385f6b4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ jobs:
7z x LLVM-13.0.1-win64.7z -oC:\LLVM-13.0.1-win64
- name: build tests release without running
run: cargo test --locked --release --no-run || cargo test --locked --release --no-run
run: cargo test --locked --release --no-run
- run: cargo test-gen-llvm