Skip to content

add updater tests

add updater tests #7

Workflow file for this run

name: Updater
on:
pull_request:
push:
branches:
- main
env:
RUSTFLAGS: -Dwarnings
jobs:
breaks:
runs-on: windows-latest
steps:
- name: install and update (no custom)
run: powershell -ExecutionPolicy ByPass -c "irm https://github.com/axodotdev/axolotlsay/releases/download/v0.3.0/axolotlsay-installer.ps1 | iex"
- name: run it
run: axolotlsay -Version
linux-check:
runs-on: ubuntu-latest
steps:
- name: install and update (no custom)
run: curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/axolotlsay/releases/download/v0.3.3/axolotlsay-installer.sh | sh
- name: run it
run: axolotlsay -V