Skip to content

Update Taucher2003/GitLab-Pipeline-Action action to v1.16.0 #422

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

Update Taucher2003/GitLab-Pipeline-Action action to v1.16.0 #422

Workflow file for this run

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