Skip to content

Commit

Permalink
[ci] fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Clo91eaf committed May 10, 2024
1 parent 0ce5c85 commit 9688508
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 29 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/test-template.yml

This file was deleted.

16 changes: 12 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,18 @@ on:
branches: [ master ]
jobs:
am-test:
uses: ./.github/workflows/test-template.yml
with:
test-name: am-tests
token: ${{ secrets.YOUR_SECRET_TOKEN }}
runs-on: ubuntu-latest
container:
image: ubuntu:23.04
steps:
- name: checkout
uses: actions/checkout@v2
with:
submodules: true
- name: verilator
run: sudo apt-get install verilator
- name: test
run: cargo test --test ${{ inputs.test-name }}
# riscv-test-rv64ui:
# name: riscv-test-rv64ui
# runs-on: ubuntu-latest
Expand Down

0 comments on commit 9688508

Please sign in to comment.