Skip to content

build with target/arch in binary name #99

build with target/arch in binary name

build with target/arch in binary name #99

Workflow file for this run

name: Rust
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
MOLLIE_ACCESS_TOKEN: ${{ secrets.MOLLIE_ACCESS_TOKEN }}
MOLLIE_ORGANIZATION_ID: ${{ vars.MOLLIE_ORGANIZATION_ID }}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose