Skip to content

Commit

Permalink
Don't fail for no tests nextest-rs/nextest#1648
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Nov 28, 2024
1 parent 219a843 commit 7c78a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
run: curl -LsSf https://get.nexte.st/latest/linux | tar zxf - -C ${CARGO_HOME:-~/.cargo}/bin
- name: Build
run: cargo build -p qt -p quilkin -p quilkin-xds --tests
- run: cargo nextest run -p qt -p quilkin -p quilkin-xds quilkin
- run: cargo nextest run --no-tests=pass -p qt -p quilkin -p quilkin-xds quilkin

build:
name: Build
Expand Down

0 comments on commit 7c78a15

Please sign in to comment.