|  | @@ -20,6 +20,6 @@ jobs:
 | 
	
		
			
				|  |  |      - name: Restore dependencies
 | 
	
		
			
				|  |  |        run: dotnet restore
 | 
	
		
			
				|  |  |      - name: Build
 | 
	
		
			
				|  |  | -      run: dotnet build --no-restore
 | 
	
		
			
				|  |  | +      run: dotnet build --no-restore PSDText/
 | 
	
		
			
				|  |  |      - name: Test
 | 
	
		
			
				|  |  | -      run: dotnet test --no-build --verbosity normal
 | 
	
		
			
				|  |  | +      run: dotnet test --no-build --verbosity normal PSDTextTests/
 |