Skip to content

Commit

Permalink
Remove other &&
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Coffman <steve@khanacademy.org>
  • Loading branch information
StevenACoffman committed May 3, 2023
1 parent fde269c commit 5a81c3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ jobs:
timeout_minutes: 20
command: |
cd _examples
go mod download && go test -race ./...
go mod download
go test -race ./...

0 comments on commit 5a81c3e

Please sign in to comment.