mirror of
https://codeberg.org/Toasterson/ips.git
synced 2026-04-10 21:30:41 +00:00
Fixup CI
This commit is contained in:
parent
4715fa7b36
commit
03618f9611
1 changed files with 4 additions and 4 deletions
|
|
@ -12,11 +12,11 @@ test_task:
|
||||||
test_script: cargo test
|
test_script: cargo test
|
||||||
before_cache_script: rm -rf $CARGO_HOME/registry/index
|
before_cache_script: rm -rf $CARGO_HOME/registry/index
|
||||||
|
|
||||||
freebsd_instance:
|
freebsd_test_task:
|
||||||
image-family: freebsd-12-0
|
|
||||||
|
|
||||||
task:
|
|
||||||
name: cargo test (stable)
|
name: cargo test (stable)
|
||||||
|
matrix:
|
||||||
|
- freebsd_instance:
|
||||||
|
image_family: freebsd-13-0-snap
|
||||||
env:
|
env:
|
||||||
HOME: /tmp # cargo needs it
|
HOME: /tmp # cargo needs it
|
||||||
install_script: pkg install -y rust
|
install_script: pkg install -y rust
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue