Skip to content

Commit

Permalink
enable gate level tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stevej committed Oct 30, 2023
1 parent a7773cf commit 9d17733
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/gds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,14 @@ jobs:
id-token: write # to verify the deployment originates from an appropriate source
steps:
- uses: TinyTapeout/tt-gds-action/viewer@tt05
gl_test:
needs: gds
runs-on: ubuntu-latest
steps:
- name: checkout repo
uses: actions/checkout@v3
with:
submodules: recursive

- name: GL test
uses: TinyTapeout/tt-gds-action/gl_test@tt05

0 comments on commit 9d17733

Please sign in to comment.