Skip to content

Commit

Permalink
Add make test to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
andy1li committed Nov 22, 2024
1 parent 35573dc commit c2c1193
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/setup-go@v5
with:
go-version: "1.23"
- run: make test

- run: dash -x install.sh
- run: codecrafters --version

0 comments on commit c2c1193

Please sign in to comment.