Skip to content

Upload mapping.txt artifact #23

Upload mapping.txt artifact

Upload mapping.txt artifact #23

name: Build and test
on:
push:
branches: [ main, dev ]
pull_request:
branches: [ main, dev ]
workflow_dispatch:
jobs:
build_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
mapping_determinism:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Run the test
shell: bash
run: bash mapping_test.sh
- uses: actions/upload-artifact@v4
if: always()
with:
name: mapping.txt
path: mapping.txt