Skip to content

Update Taucher2003/GitLab-Pipeline-Action action to v1.12.0 #235

Update Taucher2003/GitLab-Pipeline-Action action to v1.12.0

Update Taucher2003/GitLab-Pipeline-Action action to v1.12.0 #235

name: Build packages
on:
push:
jobs:
aquila:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Setup rust
run: rustup update --no-self-update stable
- name: Build Aquila
run: PATH=${{ runner.temp }}/proto/bin:$PATH cargo build
env:
RUST_BACKTRACE: 'full'
- name: Run Tests
run: cargo test