Skip to content

Testing how secrets work #94

Testing how secrets work

Testing how secrets work #94

name: HQS CI tests for rust pyo3 repos
on:
workflow_dispatch:
pull_request:
branches: ["main"]
jobs:
linting:
uses: HQSquantumsimulations/reusable_workflows/.github/workflows/reusable_linting_rust_pyo3.yml@main
unittests:
uses: HQSquantumsimulations/reusable_workflows/.github/workflows/reusable_unittests_rust_pyo3.yml@main
with:
# Run tests also on windows runners
windows: true
# Run tests also on macos runners
macos: true
rust_package_name: "roqoqo-aqt"
test_code_coverage: false
env:

Check failure on line 21 in .github/workflows/hqs-ci-test-rust-pyo3.yml

View workflow run for this annotation

GitHub Actions / HQS CI tests for rust pyo3 repos

Invalid workflow file

The workflow is not valid. .github/workflows/hqs-ci-test-rust-pyo3.yml (Line: 21, Col: 5): Unexpected value 'env'
AQT_ACCESS_TOKEN: ${{ secrets.AQT_ACCESS_TOKEN }}
build_tests:
uses: HQSquantumsimulations/reusable_workflows/.github/workflows/reusable_build_tests_rust_pyo3.yml@main
with:
# Run tests also on windows runners
windows: true
# Run tests also on macos runners
macos: true
py_interface_folder: "qoqo_aqt"
has_python_tests: true