From 2a62a1cefe81315a0316f822a276333fcecac00f Mon Sep 17 00:00:00 2001 From: Andreas Kuster Date: Tue, 25 Jan 2022 23:00:47 +0100 Subject: [PATCH] Disable verilator open-source test ci until this issue (https://github.com/alexforencich/cocotbext-axi/issues/35) has been resolved (questasim works, but need a license) --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 36478c3..71be607 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,5 +1,5 @@ name: AXI IO-PMP Tests -on: [push, pull_request] +on: [] # [push, pull_request] jobs: tests: name: Test