Skip to content

[ci] fix ci

[ci] fix ci #64

Workflow file for this run

name: test
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
am-test:
uses: ./.github/workflows/test-template.yml

Check failure on line 9 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / test

Invalid workflow file

The workflow is not valid. .github/workflows/test.yml (Line: 9, Col: 11): Secret token is required, but not provided while calling.
with:
test-name: am-tests
# riscv-test-rv64ui:
# name: riscv-test-rv64ui
# runs-on: ubuntu-latest
# steps:
# - name: checkout
# uses: actions/checkout@v2
# with:
# submodules: true
# - name: test
# run: cargo test --test riscv-tests-rv64ui
# riscv-test-rv64mi:
# name: riscv-test-rv64mi
# runs-on: ubuntu-latest
# steps:
# - name: checkout
# uses: actions/checkout@v2
# with:
# submodules: true
# - name: test
# run: cargo test --test riscv-tests-rv64mi
# riscv-test-rv64si:
# name: riscv-test-rv64si
# runs-on: ubuntu-latest
# steps:
# - name: checkout
# uses: actions/checkout@v2
# with:
# submodules: true
# - name: test
# run: cargo test --test riscv-tests-rv64si
# riscv-test-rv64um:
# name: riscv-test-rv64um
# runs-on: ubuntu-latest
# steps:
# - name: checkout
# uses: actions/checkout@v2
# with:
# submodules: true
# - name: test
# run: cargo test --test riscv-tests-rv64um
# riscv-test-rv64ua:
# name: riscv-test-rv64ua
# runs-on: ubuntu-latest
# steps:
# - name: checkout
# uses: actions/checkout@v2
# with:
# submodules: true
# - name: test
# run: cargo test --test riscv-tests-rv64ua