Skip to content

Commit

Permalink
Remove stray test line from Linux CI build
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
wezm committed Jul 1, 2024
1 parent e7695f7 commit d6d550d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ task:
- curl -L https://releases.wezm.net/upload-to-s3/0.2.0/upload-to-s3-0.2.0-x86_64-unknown-linux-musl.tar.gz | tar xzf - -C ~/bin
test_script:
- cargo test
- cargo test --no-default-features # test that it builds without clipboard support
publish_script: |
tag=$(git describe --exact-match HEAD 2>/dev/null || true)
if [ -n "$tag" ]; then
Expand Down

0 comments on commit d6d550d

Please sign in to comment.