Skip to content

Commit

Permalink
perf(ci): concurrent build and test
Browse files Browse the repository at this point in the history
Before, test waited on build to complete to run, despite the actions not
being dependent of each other.
  • Loading branch information
headblockhead committed Oct 12, 2024
1 parent 5f2451c commit 756434b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
name: libsquirrel.a
test:
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
with:
Expand Down

0 comments on commit 756434b

Please sign in to comment.